blob: 8b1563ed8551fe142897ecb168788c350e97b56e [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")