mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-08 19:04:06 +01:00
8 lines
451 B
CMake
8 lines
451 B
CMake
|
add_executable(Foundation-datetime-fuzzer DateTimeParse.cpp)
|
||
|
target_link_libraries(Foundation-datetime-fuzzer PUBLIC Poco::Foundation)
|
||
|
set_target_properties(Foundation-datetime-fuzzer PROPERTIES LINK_FLAGS $ENV{LIB_FUZZING_ENGINE})
|
||
|
|
||
|
add_executable(Foundation-misc-fuzzer MiscFuzzing.cpp)
|
||
|
target_link_libraries(Foundation-misc-fuzzer PUBLIC Poco::Foundation)
|
||
|
set_target_properties(Foundation-misc-fuzzer PROPERTIES LINK_FLAGS $ENV{LIB_FUZZING_ENGINE})
|