From 54ef297826e84f903059685702ebc1c74c076e52 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 5 Mar 2022 11:03:51 +0100 Subject: [PATCH] Public link pkmnlib --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d740d..4e48d3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ if (STATICC) SET(_TESTLINKS ${_TESTLINKS}) endif () -target_link_libraries(pkmnLib PRIVATE ${_LINKS}) +target_link_libraries(pkmnLib PUBLIC ${_LINKS}) if (PKMNLIB_TESTS) CPMAddPackage(