|
@@ -5,6 +5,9 @@ ADD_DEFINITIONS(-Wall -Werror --std=gnu99 -Wmissing-declarations)
|
|
|
|
|
|
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
|
|
|
|
|
|
+FIND_PATH(zlib_include_dir zlib.h)
|
|
|
+INCLUDE_DIRECTORIES(${zlib_include_dir})
|
|
|
+
|
|
|
ADD_EXECUTABLE(fritz_tffs_read fritz_tffs_read.c)
|
|
|
ADD_EXECUTABLE(fritz_cal_extract fritz_cal_extract.c)
|
|
|
TARGET_LINK_LIBRARIES(fritz_cal_extract z)
|