osquery-1/plugins/CMakeLists.txt
Teddy Reed 04896c85cd
killswitch: Remove killswitch code (#5949)
This was determined to be the wrong approach to adding simple
killswitches. The intent was to quickly flip on/off features. It was
not widely adopted due to the dependencies killswitching has.

A different approach is to implement the same functions with something
simple like filesystem flags.
2019-10-29 19:14:35 -04:00

13 lines
400 B
CMake

# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
add_subdirectory("config")
add_subdirectory("database")
add_subdirectory("distributed")
add_subdirectory("logger")
add_subdirectory("numeric_monitoring")
add_subdirectory("remote/enroll")