mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
5 lines
151 B
CMake
5 lines
151 B
CMake
if(DEFINED ENV{LIB_FUZZING_ENGINE})
|
|
add_executable(fuzz_open fuzz_open.c)
|
|
target_link_libraries(fuzz_open netcdf $ENV{LIB_FUZZING_ENGINE})
|
|
endif()
|