diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-01-15 12:37:58 +0100 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-01-15 13:53:53 +0100 |
commit | 23c90675c09d4e2947b5a827a5ebcd5516c0270e (patch) | |
tree | 796d95afdbc72201836719bb7774ddef5d02dc01 /PluginRoutingInterfaceAsync/test | |
parent | a4a4c50ff375d94fa90c13d293b145176f214bf4 (diff) | |
download | audiomanager-23c90675c09d4e2947b5a827a5ebcd5516c0270e.tar.gz |
* added package creation based on cpack
* updated .gitignore
Diffstat (limited to 'PluginRoutingInterfaceAsync/test')
-rw-r--r-- | PluginRoutingInterfaceAsync/test/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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}") |