mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
4 lines
194 B
CMake
4 lines
194 B
CMake
|
add_executable(JWT-decode-fuzzer JWTDecode.cpp)
|
||
|
target_link_libraries(JWT-decode-fuzzer PUBLIC Poco::JWT)
|
||
|
set_target_properties(JWT-decode-fuzzer PROPERTIES LINK_FLAGS $ENV{LIB_FUZZING_ENGINE})
|