Skip to content
Snippets Groups Projects
Commit dbb02e93 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Fix in Cmake

parent 8f728c8f
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,13 @@ include_directories(
set(source_files
main.cpp
crashhandlersetup.cpp
stacktracesetup.cpp
)
if(BORNAGAIN_CRASHHANDLER)
set(include_files)
message("XXXXX ${BORNAGAIN_CRASHHADLER}")
if(BORNAGAIN_CRASHHADLER)
# list(APPEND source_files crashhandlersetup.cpp stacktracesetup.cpp)
# list(APPEND include_files crashhandlersetup.h stacktracesetup.h)
list(APPEND source_files stacktracesetup.cpp)
......
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