From 53b26aa4772bb32eee87fd9951ca81d7b3968a1d Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 31 Dec 2019 13:39:26 +0100 Subject: [PATCH] Ensure tests executable also gets linked to conan deps. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac89c5c..fb9a54a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ endforeach() conan_target_link_libraries(pkmnLib) target_link_libraries(pkmnLibTests pkmnLib) +conan_target_link_libraries(pkmnLibTests) if (WINDOWS) message(STATUS "Using Windows build.")