Add back public linking.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2021-03-26 17:52:26 +01:00
parent 4e7cfdf649
commit 7f9c11c77c
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ else()
SET(_LINKS ${_LINKS} Threads::Threads)
endif()
target_link_libraries(pkmnLib ${_LINKS})
target_link_libraries(pkmnLib PUBLIC ${_LINKS})
if (TESTS)
# Create Test executable