diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-27 07:42:23 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-27 07:42:23 -0500 |
commit | f778ae3fed79717673c4f40c6b5806dc42d3b9bd (patch) | |
tree | 759518ecd44a949d1cf4df1f31b6b998e4ceb530 /Tests/ObjC++ | |
parent | a7411d6cebfb6b1455db312e683832b0ef7d4240 (diff) | |
download | cmake-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.txt | 1 |
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") |