Browse Source

set the right standard

pull/583/head
Chris Wolfe 5 years ago
parent
commit
968bdd099d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      fuzz/CMakeLists.txt

+ 1
- 0
fuzz/CMakeLists.txt View File

@@ -1,6 +1,7 @@
# https://cmake.org/cmake/help/v3.0/command/add_test.html # https://cmake.org/cmake/help/v3.0/command/add_test.html
# https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/ # https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/
enable_language(CXX) enable_language(CXX)
set (CMAKE_CXX_STANDARD 11)


include_directories(PUBLIC ${CMAKE_SOURCE_DIR}) include_directories(PUBLIC ${CMAKE_SOURCE_DIR})
include_directories(PUBLIC ${PROJECT_BINARY_DIR}) include_directories(PUBLIC ${PROJECT_BINARY_DIR})


Loading…
Cancel
Save