Add missing library. The test should be linked to framework Cocoa
This commit is contained in:
parent
a7411d6ceb
commit
f778ae3fed
|
@ -2,4 +2,5 @@
|
|||
PROJECT (objc++)
|
||||
|
||||
ADD_EXECUTABLE (objc++ objc++.mm)
|
||||
TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")
|
||||
|
||||
|
|
Loading…
Reference in New Issue