netcdf-c/fuzz/CMakeLists.txt
2021-03-31 11:27:27 +02:00

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()