Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/engine/tests/CMakeLists.txt
2020-08-11 12:07:21 -04:00

7 lines
183 B
CMake

add_executable(Tests
tests.cpp
string_tests.cpp
utility_tests.cpp)
target_link_libraries(Tests PUBLIC doctest Utility)
set_output_dir(Tests)
set_engine_properties(Tests)