We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2315dda commit 8f003beCopy full SHA for 8f003be
tests/CMakeLists.txt
@@ -29,9 +29,9 @@ target_link_libraries(tree-tests gtest)
29
# Options
30
if(DRAW_EXAMPLES)
31
target_compile_definitions(tree-tests PRIVATE -DINTERVAL_TREE_DO_DRAWINGS=1)
32
- find_library(LCAIRO_WRAP NAMES cairo-wrap PATHS "cairo-wrap/build" STATIC)
33
- target_link_libraries(tree-tests LCAIRO_WRAP cairo)
34
- target_include_directories(tree-tests .)
+ find_library(LCAIRO_WRAP NAMES cairo_wrap PATHS "../../cairo-wrap/build" STATIC)
+ target_link_libraries(tree-tests ${LCAIRO_WRAP} cairo)
+ target_include_directories(tree-tests PRIVATE .. ../..)
35
endif()
36
37
# Compiler Options
0 commit comments