feat(Cmake/Build): Use interface targets for inheriting flags and definitions (#2255)
Co-authored-by: Naios Naios@users.noreply.github.com
This commit is contained in:
4
deps/zlib/CMakeLists.txt
vendored
4
deps/zlib/CMakeLists.txt
vendored
@@ -47,6 +47,10 @@ else()
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_link_libraries(zlib
|
||||
PRIVATE
|
||||
acore-dependency-interface)
|
||||
|
||||
set_target_properties(zlib
|
||||
PROPERTIES
|
||||
FOLDER
|
||||
|
||||
Reference in New Issue
Block a user