]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/archivezip/CMakeLists.txt
Merge remote-tracking branch 'illwieckz/exportents'
[xonotic/netradiant.git] / plugins / archivezip / CMakeLists.txt
1 radiant_plugin(archivezip
2         archive.cpp archive.h
3         pkzip.cpp pkzip.h
4         plugin.cpp plugin.h
5         zlibstream.cpp zlibstream.h
6         )
7
8 find_package(ZLIB REQUIRED)
9 target_include_directories(archivezip PRIVATE ${ZLIB_INCLUDE_DIRS})
10 target_link_libraries(archivezip PRIVATE ${ZLIB_LIBRARIES})