ClickHouse/base/harmful/CMakeLists.txt
2020-12-17 06:45:46 +03:00

3 lines
94 B
CMake

add_library(harmful harmful.c)
install(TARGETS harmful EXPORT global ARCHIVE DESTINATION lib)