mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
04896c85cd
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.
13 lines
400 B
CMake
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")
|