pixwerx/src/scene/tests/CMakeLists.txt

7 lines
117 B
Text
Raw Normal View History

add_executable(pwscene_test_node
pwscene_test_node.cpp
)
target_link_libraries(pwscene_test_node
pwcore pwscene)