osquery-1/osquery/tables/CmakeLists.txt
2014-07-30 17:35:19 -07:00

9 lines
243 B
Plaintext

ADD_LIBRARY(osquery_tables
generated/generated_example.cpp
implementations/example.cpp
manual/filesystem.cpp
manual/hash.cpp
)
TARGET_LINK_LIBRARIES(osquery_tables boost_filesystem)
TARGET_LINK_LIBRARIES(osquery_tables osquery_sqlite)