Not a subject for review
authorKonstantin Kolodiy <KKolodiy@luxoft.com>
Mon, 31 Mar 2014 12:37:18 +0000 (16:37 +0400)
committerJustin Dickow <jjdickow@gmail.com>
Tue, 8 Jul 2014 22:29:10 +0000 (18:29 -0400)
Reason: trivial changes

test/CMakeLists.txt

index 342519b..2011aea 100644 (file)
@@ -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")