osquery-1/osquery/tables/CmakeLists.txt

9 lines
243 B
Plaintext
Raw Normal View History

2014-07-31 00:35:19 +00:00
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)