pgnp/tests/CMakeLists.txt

9 lines
226 B
Text
Raw Normal View History

2022-01-23 20:57:28 +01:00
include_directories(./catch3/)
# Copy asset files
file(COPY pgn_files DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
# Run tests
add_executable(pgnp_tests tests.cpp ./catch3/catch_amalgamated.cpp)
add_test(PGNP_Tests pgnp_tests)