
Each monitor module now resides in a subdirectory of its own. The name of the subdirectory is the same as the name of the library in the module's CMakeLists.txt file.
7 lines
162 B
CMake
7 lines
162 B
CMake
add_subdirectory(routing)
|
|
add_subdirectory(protocol)
|
|
add_subdirectory(monitor)
|
|
add_subdirectory(filter)
|
|
add_subdirectory(authenticator)
|
|
add_subdirectory(include)
|