diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cce5378..8b4c564 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -5,6 +5,7 @@ set(TEST_FILES add_executable(aoc ${TEST_FILES}) target_include_directories(aoc PRIVATE ${PROJECT_SOURCE_DIR}/include) +target_link_libraries(aoc PRIVATE common solution) add_test(NAME test_aoc COMMAND aoc) |