summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 434332b44dde98c35964f64bcab199ca41aa95eb (plain)
1
2
3
4
5
6
7
8
9
SET(AFB-DAEMON_HEADERS local-def.h proto-def.h)
SET(AFB-DAEMON_SOURCES main.c config.c session.c http-svc.c afbs-api.c dbus-api.c rest-api.c alsa-api.c)
ADD_EXECUTABLE(afb-daemon ${AFB-DAEMON_SOURCES})

include_directories(${include_dirs})
target_link_libraries(afb-daemon ${link_libraries})

INSTALL(TARGETS afb-daemon
        RUNTIME DESTINATION bin)