mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-17 01:32:19 +00:00
7 lines
139 B
Text
7 lines
139 B
Text
|
cmake_minimum_required( VERSION 2.6 )
|
||
|
add_executable( zipdir
|
||
|
zipdir.c
|
||
|
ioapi.c
|
||
|
zip.c )
|
||
|
target_link_libraries( zipdir ${ZLIB_LIBRARIES} )
|