space-game001/proj-web/thirdparty/libzip-1.11.3/examples/CMakeLists.txt
Vladislav Khorev d1cab1f3b3 refactoring
2026-01-09 22:33:46 +03:00

6 lines
270 B
CMake

foreach(PROGRAM add-compressed-data autoclose-archive in-memory)
add_executable(${PROGRAM} ${PROGRAM}.c)
target_link_libraries(${PROGRAM} zip)
target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR})
endforeach()