mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-02-09 21:14:57 +08:00
4 lines
251 B
CMake
4 lines
251 B
CMake
include_directories(${PROJECT_SOURCE_DIR})
|
|
include_directories(${PROJECT_SOURCE_DIR}/src)
|
|
add_executable(cgattach cgattach.cpp ../src/cgroup_attach.cpp ../src/common.cpp)
|
|
install(TARGETS cgattach DESTINATION /usr/bin PERMISSIONS ${basic_permission}) |