summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/AmMapHandlerTest
diff options
context:
space:
mode:
authorJacqueline Molz <Jacqueline.Molz@bmw.de>2018-02-12 13:52:04 +0100
committerJacqueline Molz <Jacqueline.Molz@bmw.de>2018-02-12 13:52:04 +0100
commit04be15f85917ca9bd2d595f0b8ac3d339feaaaba (patch)
tree2060518c09f6537eb940f9fbfb2431aaf22b3437 /AudioManagerCore/test/AmMapHandlerTest
parent849e645ac9a88c7c49c8b876276c57e064442dd0 (diff)
parenta0668945bbbab6434fef9c3f491877fc45460430 (diff)
downloadaudiomanager-04be15f85917ca9bd2d595f0b8ac3d339feaaaba.tar.gz
Removed real-time scheduler implementation
Diffstat (limited to 'AudioManagerCore/test/AmMapHandlerTest')
-rw-r--r--AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt b/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt
index 5a74cba..75a2f37 100644
--- a/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt
+++ b/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt
@@ -34,10 +34,10 @@ file(GLOB DATABASE_SRCS_CXX
ADD_EXECUTABLE( AmMapHandlerTest ${DATABASE_SRCS_CXX})
TARGET_LINK_LIBRARIES( AmMapHandlerTest
- ${GTEST_LIBRARIES}
- ${GMOCK_LIBRARIES}
- ${CMAKE_THREAD_LIBS_INIT}
- AudioManagerCore
+ ${GTEST_LIBRARIES}
+ ${GMOCK_LIBRARIES}
+ ${CMAKE_THREAD_LIBS_INIT}
+ AudioManagerCore
)
ADD_TEST(AmMapHandlerTest AmMapHandlerTest)