mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +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)
|