zeek/auxil/paraglob/tools/CMakeLists.txt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
175 B
CMake

set(SOURCES driver.cpp benchmark.cpp)
add_executable(paraglob-test ${SOURCES})
target_link_libraries(paraglob-test paraglob)
install(TARGETS paraglob-test DESTINATION bin)