osquery-1/osquery/tables/CmakeLists.txt

11 lines
312 B
Plaintext
Raw Normal View History

2014-07-31 00:35:19 +00:00
ADD_LIBRARY(osquery_tables
2014-08-05 08:21:28 +00:00
registry.cpp
2014-07-31 00:35:19 +00:00
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)
2014-08-05 08:21:28 +00:00
TARGET_LINK_LIBRARIES(osquery_tables "-Wl,-all_load")