mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
4 lines
214 B
CMake
4 lines
214 B
CMake
set(ZLIB_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
|
add_subdirectory(zlib)
|
|
target_compile_definitions(zlibstatic PUBLIC ZLIB_CONST=1)
|
|
target_include_directories(zlibstatic PUBLIC ${zlib_SOURCE_DIR} ${zlib_BINARY_DIR}) |