From 23c90675c09d4e2947b5a827a5ebcd5516c0270e Mon Sep 17 00:00:00 2001 From: christian mueller Date: Sun, 15 Jan 2012 12:37:58 +0100 Subject: * added package creation based on cpack * updated .gitignore --- PluginRoutingInterfaceAsync/test/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'PluginRoutingInterfaceAsync/test') diff --git a/PluginRoutingInterfaceAsync/test/CMakeLists.txt b/PluginRoutingInterfaceAsync/test/CMakeLists.txt index 04cf18c..5f61232 100644 --- a/PluginRoutingInterfaceAsync/test/CMakeLists.txt +++ b/PluginRoutingInterfaceAsync/test/CMakeLists.txt @@ -86,5 +86,13 @@ TARGET_LINK_LIBRARIES(asyncRoutingInterfaceInterruptTest gmock ) +INSTALL(TARGETS asyncRoutingInterfaceInterruptTest + DESTINATION "~/AudioManagerTest/" + PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ + COMPONENT tests +) + +SET(ADD_DEPEND "audiomanager-bin" "dlt" "libdbus-1-3(>=1.2.16)" "libgtest-dev(>=1.6.0-1)" "google-mock" "libpthread-stubs0") +set_property(GLOBAL APPEND PROPERTY tests_prop "${ADD_DEPEND}") -- cgit v1.2.1