mirror of
https://github.com/libAthena/athena.git
synced 2025-05-12 18:31:42 +00:00
Remove missed ZLIB_INCLUDE_DIR usage
This commit is contained in:
parent
b0daee99fc
commit
96fa2d24ef
@ -222,11 +222,11 @@ endif()
|
|||||||
|
|
||||||
target_include_directories(athena-core PUBLIC
|
target_include_directories(athena-core PUBLIC
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||||
$<BUILD_INTERFACE:${ZLIB_INCLUDE_DIR}>
|
|
||||||
)
|
)
|
||||||
target_link_libraries(athena-core PUBLIC
|
target_link_libraries(athena-core PUBLIC
|
||||||
athena-libyaml
|
athena-libyaml
|
||||||
fmt
|
fmt
|
||||||
|
${ZLIB_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(athena-sakura EXCLUDE_FROM_ALL
|
add_library(athena-sakura EXCLUDE_FROM_ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user