From 9f5980798ff7df3dab1644916bd770e2fd7d1bb3 Mon Sep 17 00:00:00 2001 From: Konstantin Kolodiy Date: Mon, 31 Mar 2014 16:37:18 +0400 Subject: [PATCH] Not a subject for review Reason: trivial changes --- test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 342519b..2011aea 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -145,6 +145,10 @@ set(LIBRARIES ) endif(BUILD_TESTS_WITH_HMI) +if (CMAKE_SYSTEM_NAME STREQUAL "Linux") + list(APPEND LIBRARIES dl) +endif() + if (BUILD_USB_SUPPORT) if (CMAKE_SYSTEM_NAME STREQUAL "Linux") -- 2.7.4