Cleanup CMakeLists
[platform/core/security/vist.git] / osquery / distributed / CMakeLists.txt
1 ADD_OSQUERY_LIBRARY(osquery_distributed distributed.cpp)
2
3 FILE(GLOB OSQUERY_DISTRIBUTED_TESTS "tests/*.cpp")
4 ADD_OSQUERY_TEST(${OSQUERY_DISTRIBUTED_TESTS})