Ensure tests executable also gets linked to conan deps.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-12-31 13:39:26 +01:00
parent 4474007215
commit 53b26aa477
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 0 deletions

View File

@ -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.")