Started to merge @ZobyTwo cmake branch
This commit is contained in:
12
thirdparty/zipFS/CMakeLists.txt
vendored
Normal file
12
thirdparty/zipFS/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
set(SOURCES
|
||||
stdafx.cpp
|
||||
zfs.cpp
|
||||
zfsystem.cpp
|
||||
zstream.cpp
|
||||
ziphdr.cpp)
|
||||
|
||||
FindOrBuildZLIB()
|
||||
include_directories(${CMAKE_SOURCE_DIR}/JGE/include ${EXTRA_INCLUDES} ${ZLIB_INCLUDE_DIR})
|
||||
|
||||
add_library(zipFS ${SOURCES})
|
||||
target_link_libraries(zipFS ${ZLIB_LIBRARY})
|
||||
Reference in New Issue
Block a user