Add back public linking.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
4e7cfdf649
commit
7f9c11c77c
|
@ -148,7 +148,7 @@ else()
|
||||||
SET(_LINKS ${_LINKS} Threads::Threads)
|
SET(_LINKS ${_LINKS} Threads::Threads)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(pkmnLib ${_LINKS})
|
target_link_libraries(pkmnLib PUBLIC ${_LINKS})
|
||||||
|
|
||||||
if (TESTS)
|
if (TESTS)
|
||||||
# Create Test executable
|
# Create Test executable
|
||||||
|
|
Loading…
Reference in New Issue