mirror of
https://github.com/QuasarApp/zip.git
synced 2025-05-07 09:39:33 +00:00
Create CMakeLists.txt
This commit is contained in:
parent
84d3cc2d0b
commit
a3e0803ed7
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
project(zip)
|
||||||
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
|
set(SRC
|
||||||
|
src/miniz.h
|
||||||
|
src/zip.h
|
||||||
|
src/zip.c)
|
||||||
|
|
||||||
|
add_library(${CMAKE_PROJECT_NAME} ${SRC})
|
Loading…
x
Reference in New Issue
Block a user