mirror of https://github.com/AxioDL/metaforce.git
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…
Reference in New Issue