summaryrefslogtreecommitdiff
path: root/Tests/ObjC++
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-27 07:42:23 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-27 07:42:23 -0500
commitf778ae3fed79717673c4f40c6b5806dc42d3b9bd (patch)
tree759518ecd44a949d1cf4df1f31b6b998e4ceb530 /Tests/ObjC++
parenta7411d6cebfb6b1455db312e683832b0ef7d4240 (diff)
downloadcmake-f778ae3fed79717673c4f40c6b5806dc42d3b9bd.tar.gz
Add missing library. The test should be linked to framework Cocoa
Diffstat (limited to 'Tests/ObjC++')
-rw-r--r--Tests/ObjC++/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ObjC++/CMakeLists.txt b/Tests/ObjC++/CMakeLists.txt
index d79fc0086f..a7b46ebed7 100644
--- a/Tests/ObjC++/CMakeLists.txt
+++ b/Tests/ObjC++/CMakeLists.txt
@@ -2,4 +2,5 @@
PROJECT (objc++)
ADD_EXECUTABLE (objc++ objc++.mm)
+TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")