tizen 2.3 release
[framework/system/deviced.git] / src / auto-test / activation / systemd / CMakeLists.txt
1 SET(SD_SYS_UNIT_DIR "${LIBDIR}/systemd/system")
2
3 SET(SD_SYS_UNITS
4         deviced-auto-test.service
5 )
6
7 INSTALL(FILES
8         ${CMAKE_CURRENT_BINARY_DIR}/${SD_SYS_UNITS}
9         DESTINATION
10         ${SD_SYS_UNIT_DIR}
11 )