osquery-1/osquery/dispatcher/CMakeLists.txt
2014-09-22 21:23:16 -07:00

8 lines
135 B
CMake

ADD_OSQUERY_LIBRARY(osquery_dispatcher
dispatcher.cpp
)
if(APPLE)
ADD_OSQUERY_TEST(dispatcher_tests dispatcher_tests.cpp)
endif()