diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/zip/fuzz/CMakeLists.txt | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/zip/fuzz/CMakeLists.txt')
| -rw-r--r-- | libs/zip/fuzz/CMakeLists.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libs/zip/fuzz/CMakeLists.txt b/libs/zip/fuzz/CMakeLists.txt deleted file mode 100644 index ab5d8aa..0000000 --- a/libs/zip/fuzz/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Utilized by OSSFuzz to build the harness(es) for continuous fuzz-testing -# OSSFuzz defines the following environment variables, that this target relies upon: -# CXX, CFLAGS, LIB_FUZZING_ENGINE, OUT - -set(CMAKE_C_STANDARD 23) - -add_definitions(-DNDEBUG) # Do not want assertions - -if (DEFINED ENV{CFLAGS}) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} $ENV{CFLAGS}") -endif () - -add_executable(fuzz_entry fuzz_entry.c) -target_link_libraries(fuzz_entry PRIVATE ${PROJECT_NAME} $ENV{LIB_FUZZING_ENGINE}) - -add_executable(fuzz_stream fuzz_stream.c) -target_link_libraries(fuzz_stream PRIVATE ${PROJECT_NAME} $ENV{LIB_FUZZING_ENGINE}) - -if (DEFINED ENV{OUT}) - install(TARGETS fuzz_entry DESTINATION $ENV{OUT}) - install(TARGETS fuzz_stream DESTINATION $ENV{OUT}) -else () - message(WARNING "Cannot install if $OUT is not defined!") -endif ()
\ No newline at end of file |
