From 8c77f7a054eb15d3e73649bce5447f172a99969c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 24 Jan 2022 15:29:22 +0100 Subject: Improve overall parsing --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cb7b080..fe07b37 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,4 +5,5 @@ file(COPY pgn_files DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) # Run tests add_executable(pgnp_tests tests.cpp ./catch3/catch_amalgamated.cpp) +target_link_libraries(pgnp_tests pgnp) add_test(PGNP_Tests pgnp_tests) -- cgit v1.2.3