Lines Matching +full:- +full:c
19 …LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MAJOR REGEX "^#define LZ4_VERSION_MAJOR +([0-9]+) +.*$")
20 string(REGEX REPLACE "^#define LZ4_VERSION_MAJOR +([0-9]+) +.*$" "\\1" LZ4_VERSION_MAJOR "${LZ4_VER…
21 …LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MINOR REGEX "^#define LZ4_VERSION_MINOR +([0-9]+) +.*$")
22 string(REGEX REPLACE "^#define LZ4_VERSION_MINOR +([0-9]+) +.*$" "\\1" LZ4_VERSION_MINOR "${LZ4_VER…
23 …TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_RELEASE REGEX "^#define LZ4_VERSION_RELEASE +([0-9]+) +.*$")
24 string(REGEX REPLACE "^#define LZ4_VERSION_RELEASE +([0-9]+) +.*$" "\\1" LZ4_VERSION_RELEASE "${LZ4…
29 project(LZ4 C)
34 LANGUAGES C)
46 # depending on whether or not we are the top-level project.
84 "${LZ4_LIB_SOURCE_DIR}/lz4.c"
85 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c"
88 "${LZ4_LIB_SOURCE_DIR}/lz4frame.c"
90 "${LZ4_LIB_SOURCE_DIR}/xxhash.c")
92 "${LZ4_PROG_SOURCE_DIR}/bench.c"
93 "${LZ4_PROG_SOURCE_DIR}/lz4cli.c"
94 "${LZ4_PROG_SOURCE_DIR}/lz4io.c"
95 "${LZ4_PROG_SOURCE_DIR}/datagen.c")
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}")
203 message(STATUS \"Symlinking: \${dest} -> lz4\")
205 COMMAND \"${CMAKE_COMMAND}\" -E create_symlink lz4 \"\${dest}\")
218 # pkg-config