added zlib and UI

This commit is contained in:
Tycho Bickerstaff
2013-12-18 19:10:47 +00:00
parent 93d14b0af9
commit 95ebc37faa
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
cmake_minimum_required (VERSION 2.6)
project (zlib)
include_directories ("${PROJECT_SOURCE_DIR}/../../src/")
file(GLOB SOURCE
"*.c"
)
add_library(zlib ${SOURCE})