diff --git a/CMakeLists.txt b/CMakeLists.txt index c02a742..d62a844 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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