blob: a7b46ebed75418d76f38353c5120730efe725aea [file] [log] [blame]
# a simple objc++ test case that uses Cocoa framework
PROJECT (objc++)
ADD_EXECUTABLE (objc++ objc++.mm)
TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")