Skip to content
Snippets Groups Projects
Commit 53dcdf14 authored by Markus Grotz's avatar Markus Grotz
Browse files

enable compilation database

parent e6cc7abc
No related branches found
No related merge requests found
......@@ -79,6 +79,8 @@ FIND_PACKAGE(Boost ${Simox_BOOST_VERSION} EXACT COMPONENTS
REQUIRED)
MESSAGE (STATUS "Boost found at: ${Boost_INCLUDE_DIR}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
#flags
add_compile_options(-Wall)
add_compile_options(-Wextra)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment