ClickHouse/base/harmful/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
94 B
CMake
Raw Normal View History

2020-10-26 01:54:35 +00:00
add_library(harmful harmful.c)
install(TARGETS harmful EXPORT global ARCHIVE DESTINATION lib)