mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 07:21:01 +00:00
6 lines
139 B
CMake
6 lines
139 B
CMake
cmake_minimum_required( VERSION 2.4 )
|
|
add_executable( zipdir
|
|
zipdir.c
|
|
ioapi.c
|
|
zip.c )
|
|
target_link_libraries( zipdir ${ZLIB_LIBRARIES} )
|