diff options
Diffstat (limited to 'libs/zlib/CMakeLists.txt')
-rw-r--r-- | libs/zlib/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/zlib/CMakeLists.txt b/libs/zlib/CMakeLists.txt new file mode 100644 index 0000000000..8f66b949c3 --- /dev/null +++ b/libs/zlib/CMakeLists.txt @@ -0,0 +1,3 @@ +file(GLOB SOURCES "src/*.h" "src/*.c" "src/zlib.def") +set(TARGET Zlib) +include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake)
\ No newline at end of file |