Skip to content
Snippets Groups Projects
Commit 12369fcf authored by Martin Beseda's avatar Martin Beseda
Browse files

Trying to fix compilation...

parent 20ce2f07
No related branches found
No related tags found
No related merge requests found
...@@ -62,5 +62,13 @@ if ("${BUILD_LIB}" STREQUAL "yes") ...@@ -62,5 +62,13 @@ if ("${BUILD_LIB}" STREQUAL "yes")
add_library(boost_unit_test SHARED boost_test_lib_dummy.cpp) add_library(boost_unit_test SHARED boost_test_lib_dummy.cpp)
add_library(exprtk SHARED exprtk.cpp) add_library(exprtk SHARED exprtk.cpp)
endif() endif()
target_include_directories(
libboost_unit_test
PRIVATE
${Boost_INCLUDE_DIRS}
)
endif () endif ()
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