mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 12:30:32 +00:00
0f2633d78c
SVN r1088 (trunk)
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} )
|