tizen 2.3 release
[framework/system/deviced.git] / src / logd / src / liblogd / tests / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3 ############### TARGET ###########################
4 ADD_EXECUTABLE(store-event-test store-event-test.c)
5 TARGET_LINK_LIBRARIES(store-event-test ${LIB_LOGD})
6
7 ############### INSTALL ##########################
8 INSTALL(TARGETS store-event-test DESTINATION bin)