Initialize Tizen 2.3
[framework/system/coord.git] / service / systemd / CMakeLists.txt
1 SET(SD_SYS_UNIT_DIR "${LIBDIR}/systemd/system")
2
3 SET(SD_SYS_UNITS
4         coord.service
5 )
6
7 INSTALL(FILES
8         ${CMAKE_CURRENT_BINARY_DIR}/${SD_SYS_UNITS}
9         DESTINATION
10         ${SD_SYS_UNIT_DIR}
11 )