mirror of
https://github.com/openappsec/openappsec.git
synced 2025-07-10 04:24:43 +03:00
8 lines
156 B
CMake
8 lines
156 B
CMake
add_definitions(-DUSERSPACE)
|
|
|
|
include_directories(include)
|
|
|
|
add_library(gradual_deployment gradual_deployment.cc )
|
|
|
|
add_subdirectory(gradual_deployment_ut)
|