Add missing library. The test should be linked to framework Cocoa

This commit is contained in:
Andy Cedilnik 2002-11-27 07:42:23 -05:00
parent a7411d6ceb
commit f778ae3fed
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
PROJECT (objc++)
ADD_EXECUTABLE (objc++ objc++.mm)
TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")