summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-03-07 17:59:35 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-03-07 17:59:35 +0100
commitf10fcbca9ec5440391d11e76d3c1bd59b993bd55 (patch)
tree7db8269f4fbc23fdbadbd55683d7666ce1ae1a94 /shortcuts
parentc5c588214074a38370c6c447ed1119dba7edc173 (diff)
StandaloneShortcuts: fix linking
(bzr r3144.3.32)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shortcuts/CMakeLists.txt b/shortcuts/CMakeLists.txt
index 463eb6f23..6e99324f7 100644
--- a/shortcuts/CMakeLists.txt
+++ b/shortcuts/CMakeLists.txt
@@ -40,4 +40,4 @@ add_pch(pch/shortcuts_pch.hh shortcuts-lib)
# Standalone variant
#
add_executable (shortcuts StandaloneShortcuts.cpp)
-target_link_libraries (shortcuts shortcuts-lib unity-shared)
+target_link_libraries (shortcuts shortcuts-lib unity-shared unity-shared-standalone)