diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 361c5a9..bc16184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -36,7 +36,7 @@ function(generate_flatbuffers) | |||
36 | endfunction(generate_flatbuffers) | 36 | endfunction(generate_flatbuffers) |
37 | 37 | ||
38 | set(CMAKE_AUTOMOC ON) | 38 | set(CMAKE_AUTOMOC ON) |
39 | add_definitions("-Wall -std=c++0x") | 39 | add_definitions("-Wall -std=c++0x -g") |
40 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) | 40 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) |
41 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | 41 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) |
42 | 42 | ||