summaryrefslogtreecommitdiffstats
path: root/Tests/ObjCXX/ObjC++/CMakeLists.txt
blob: 5ba5db2ed07b555c75b48347e0f8d6b1e1662d50 (plain)
1
2
3
4
5
# a simple objc++ test case that uses Cocoa framework
project (ObjC++)

add_executable (ObjC++ objc++.mm)
target_link_libraries(ObjC++ "-framework Cocoa")