Add CMake build support for examples and tests, zlib dependencies

This commit is contained in:
Peter Thorson
2015-07-29 08:57:56 -04:00
parent bc7ad6550e
commit ef380f7fff
15 changed files with 245 additions and 60 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
file (GLOB SOURCE_FILES *.cpp)
file (GLOB HEADER_FILES *.hpp)
file (GLOB SOURCE_FILES parser.cpp)
init_target (test_http)
build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
build_executable (${TARGET_NAME} ${SOURCE_FILES})
link_boost ()
final_target ()