mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-06 18:15:35 +00:00
bintoc: Use ZLIB_INLCUDE_DIR
This commit is contained in:
parent
e4a775f18e
commit
7b63b8e197
@ -1,5 +1,6 @@
|
||||
if(NOT CMAKE_CROSSCOMPILING)
|
||||
add_executable(bintoc bintoc.c)
|
||||
target_include_directories(bintoc PRIVATE ${ZLIB_INCLUDE_DIR})
|
||||
target_link_libraries(bintoc ${ZLIB_LIBRARIES})
|
||||
function(bintoc out in sym)
|
||||
if(IS_ABSOLUTE ${out})
|
||||
|
Loading…
x
Reference in New Issue
Block a user