From 7f9c11c77c4dd05afdb402464cd857161bb52f9c Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Fri, 26 Mar 2021 17:52:26 +0100 Subject: [PATCH] Add back public linking. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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