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 255c7b8 commit ad4a95fCopy full SHA for ad4a95f
tests/CMakeLists.txt
@@ -28,6 +28,10 @@ target_compile_options(tree-tests PUBLIC "$<$<CONFIG:DEBUG>:${DEBUG_OPTIONS}>")
28
set(RELEASE_OPTIONS -fexceptions -O3 -Wall -pedantic)
29
target_compile_options(tree-tests PUBLIC "$<$<CONFIG:RELEASE>:${RELEASE_OPTIONS}>")
30
31
+if (INT_TREE_DRAW_EXAMPLES)
32
+ target_link_libraries(tree-tests PRIVATE cairo cairo-wrap)
33
+endif()
34
+
35
# If msys2, copy dynamic libraries to executable directory, visual studio does this automatically.
36
# And there is no need on linux.
37
if (DEFINED ENV{MSYSTEM})
0 commit comments