Files
obs-streamer-tools-plugin/core/tests/CMakeLists.txt
T

8 lines
185 B
CMake
Raw Normal View History

add_executable(stplugin_core_tests
test_core.cpp
)
target_link_libraries(stplugin_core_tests PRIVATE stplugin_core)
add_test(NAME stplugin_core_tests COMMAND stplugin_core_tests)