mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
fritz-tools: Find zlib.h header file
Add the necessary changes to CMakeLists.txt to search zlib.h. Fixes build issues with external toolchains that don't have STAGING_DIR in the default search path. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
8adeb4e5d0
commit
83814856fe
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user