Skip to content
Snippets Groups Projects
Commit 6b01855e authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

migration conan

parent 91003166
Branches
No related tags found
No related merge requests found
CMakeLists.txt 100644 → 100755
......@@ -9,6 +9,12 @@ endif()
add_compile_definitions(PROJECT_NAME=${PROJECT_NAME})
add_compile_definitions(PROJECT_VERSION=${PROJECT_VERSION})
add_compile_options(
-Wno-uninitialized
-Wno-unused-parameter
-Wno-unused-variable
)
file(GLOB_RECURSE sources
src/*.cpp
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment