2 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${TEST_CFLAGS}")
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)