mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
8 lines
135 B
CMake
8 lines
135 B
CMake
ADD_OSQUERY_LIBRARY(osquery_dispatcher
|
|
dispatcher.cpp
|
|
)
|
|
|
|
if(APPLE)
|
|
ADD_OSQUERY_TEST(dispatcher_tests dispatcher_tests.cpp)
|
|
endif()
|