tizen beta release
[framework/base/syspopup.git] / test / CMakeLists.txt
1 # Test executables
2 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${TEST_CFLAGS}")
3
4 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/syspopup-caller)
5 add_executable(sp_test test.c) 
6 target_link_libraries(sp_test syspopup_caller ${pkgs_LDFLAGS})
7 INSTALL(TARGETS sp_test DESTINATION bin)
8