Skip to content

Commit

Permalink
Added ability for tests to draw a tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Jul 31, 2024
1 parent 2e1d640 commit b676ad3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nui/test/nui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ target_link_libraries(nui-tests PRIVATE
gtest
gmock
)

if (INT_TREE_DRAW_EXAMPLES)
target_link_libraries(nui-tests PRIVATE cairo cairo-wrap)
endif()

gtest_discover_tests(nui-tests)

set_target_properties(nui-tests
Expand Down

0 comments on commit b676ad3

Please sign in to comment.