434332b44dde98c35964f64bcab199ca41aa95eb
[src/app-framework-binder.git] / src / CMakeLists.txt
1 SET(AFB-DAEMON_HEADERS local-def.h proto-def.h)
2 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)
3 ADD_EXECUTABLE(afb-daemon ${AFB-DAEMON_SOURCES})
4
5 include_directories(${include_dirs})
6 target_link_libraries(afb-daemon ${link_libraries})
7
8 INSTALL(TARGETS afb-daemon
9         RUNTIME DESTINATION bin)