4 lines
83 B
CMake
4 lines
83 B
CMake
set(ANBOXD_SOURCES
|
|
service/main.cpp)
|
|
|
|
add_executable(anboxd ${ANBOXD_SOURCES})
|