diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-01-25 16:34:37 +0100 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-01-25 16:34:37 +0100 |
commit | 93c6b1973d59ce225e9cb5d2bcaea7d01c5fda52 (patch) | |
tree | 534c61f088fbfcdbf53e55cd53c922d2670ea97a /AudioManagerDaemon/test/CMakeLists.txt | |
parent | af0ba5b505b361679c07899187b7043d867742c3 (diff) | |
download | audiomanager-93c6b1973d59ce225e9cb5d2bcaea7d01c5fda52.tar.gz |
* routing algorithm improvements
* routing algorithms first tests
Diffstat (limited to 'AudioManagerDaemon/test/CMakeLists.txt')
-rw-r--r-- | AudioManagerDaemon/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AudioManagerDaemon/test/CMakeLists.txt b/AudioManagerDaemon/test/CMakeLists.txt index f00ec41..7450c99 100644 --- a/AudioManagerDaemon/test/CMakeLists.txt +++ b/AudioManagerDaemon/test/CMakeLists.txt @@ -16,6 +16,7 @@ set(EXECUTABLE_OUTPUT_PATH ${TEST_EXECUTABLE_OUTPUT_PATH}) FIND_PACKAGE(GTest REQUIRED) add_subdirectory (database) +add_subdirectory (routing) add_subdirectory (routingInterface) add_subdirectory (controlInterface) add_subdirectory (sockethandler) |