mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 11:04:56 +00:00
bintoc: Use ZLIB_INLCUDE_DIR
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
if(NOT CMAKE_CROSSCOMPILING)
|
if(NOT CMAKE_CROSSCOMPILING)
|
||||||
add_executable(bintoc bintoc.c)
|
add_executable(bintoc bintoc.c)
|
||||||
|
target_include_directories(bintoc PRIVATE ${ZLIB_INCLUDE_DIR})
|
||||||
target_link_libraries(bintoc ${ZLIB_LIBRARIES})
|
target_link_libraries(bintoc ${ZLIB_LIBRARIES})
|
||||||
function(bintoc out in sym)
|
function(bintoc out in sym)
|
||||||
if(IS_ABSOLUTE ${out})
|
if(IS_ABSOLUTE ${out})
|
||||||
|
|||||||
Reference in New Issue
Block a user