Lines Matching +full:- +full:h
19 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MAJOR REGEX "^#define LZ4_VERSION_MAJOR …
20 string(REGEX REPLACE "^#define LZ4_VERSION_MAJOR +([0-9]+) +.*$" "\\1" LZ4_VERSION_MAJOR "${LZ4_VER…
21 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MINOR REGEX "^#define LZ4_VERSION_MINOR …
22 string(REGEX REPLACE "^#define LZ4_VERSION_MINOR +([0-9]+) +.*$" "\\1" LZ4_VERSION_MINOR "${LZ4_VER…
23 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_RELEASE REGEX "^#define LZ4_VERSION_RELE…
24 string(REGEX REPLACE "^#define LZ4_VERSION_RELEASE +([0-9]+) +.*$" "\\1" LZ4_VERSION_RELEASE "${LZ4…
46 # depending on whether or not we are the top-level project.
86 "${LZ4_LIB_SOURCE_DIR}/lz4.h"
87 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
89 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
150 # GCC-style
151 -Wall
152 -Wextra
153 -Wundef
154 -Wcast-qual
155 -Wcast-align
156 -Wshadow
157 -Wswitch-enum
158 -Wdeclaration-after-statement
159 -Wstrict-prototypes
160 -Wpointer-arith
162 # MSVC-style
165 string(REGEX REPLACE "\\-Wno\\-(.+)" "-W\\1" flag_to_test "${flag}")
166 string(REGEX REPLACE "[^a-zA-Z0-9]+" "_" test_name "CFLAG_${flag_to_test}")
189 "${LZ4_LIB_SOURCE_DIR}/lz4.h"
190 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
191 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
203 message(STATUS \"Symlinking: \${dest} -> lz4\")
205 COMMAND \"${CMAKE_COMMAND}\" -E create_symlink lz4 \"\${dest}\")
218 # pkg-config