summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorJussi Pakkanen <jussi.pakkanen@canonical.com>2012-12-19 16:31:44 +0200
committerJussi Pakkanen <jussi.pakkanen@canonical.com>2012-12-19 16:31:44 +0200
commitffe260b0b975aa52ff28fb535aea4e6e24bc7ddf (patch)
treeb9bcc7a7a6c99962620f34c7ebefd8f837a8bc3e /unity-shared
parent95dc19917e9dd38bb557b176ff79de670482687b (diff)
Removed link_libraries from unity-shared.
(bzr r3001.1.2)
Diffstat (limited to 'unity-shared')
-rw-r--r--unity-shared/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt
index b4df6d020..6ccd91906 100644
--- a/unity-shared/CMakeLists.txt
+++ b/unity-shared/CMakeLists.txt
@@ -9,10 +9,7 @@ set (CFLAGS
string (REPLACE ";" " " CFLAGS "${CFLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CFLAGS}")
-set (LIBS ${CACHED_UNITY_DEPS_LIBRARIES} ${UNITY_STANDALONE_LADD})
-
-set (LIB_PATHS ${CACHED_UNITY_DEPS_LIBRARY_DIRS})
-link_directories (${CMAKE_BINARY_DIR}/UnityCore ${LIB_PATHS})
+set (LIBS ${CACHED_UNITY_DEPS_LDFLAGS} ${UNITY_STANDALONE_LADD})
include_directories (.. ../services ../UnityCore ${UNITY_SRC} ${CMAKE_BINARY_DIR})