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

13 lines
180 B
CMake

# libunistd/lmdb/CMakeLists.txt
project(libregex)
message("--- Building library ${PROJECT_NAME} ---")
set(SOURCES
regex.h
regex.cpp
)
add_library(${PROJECT_NAME} ${SOURCES})