2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 12:24:56 +00:00

Avoid duplicate athena/extern/zlib import

This commit is contained in:
2020-03-04 02:35:32 -05:00
parent 3d0451a496
commit e4a775f18e
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
if(NOT CMAKE_CROSSCOMPILING)
add_subdirectory(../extern/athena/extern/zlib zlib)
add_executable(bintoc bintoc.c)
target_link_libraries(bintoc ${ZLIB_LIBRARIES})
function(bintoc out in sym)