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

6 lines
79 B
CMake

set(rst_SRCS rst.c)
add_executable(rst ${rst_SRCS})
addauxinstalltarget(rst)