fixed todo merge
[profile/ivi/automotive-message-broker.git] / ambd / CMakeLists.txt
1 add_executable(ambd core.cpp main.cpp pluginloader.cpp)
2
3 include_directories(${include_dirs} )
4 target_link_libraries(ambd ${link_libraries} amb)
5
6 install (TARGETS ambd RUNTIME DESTINATION bin)
7 install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/config DESTINATION /etc/ambd)
8 install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/ambd.service DESTINATION /usr/lib/systemd/system)
9