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

ADD_EXECUTABLE (objc++ objc++.mm)
TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")