cmake/Tests/ObjCXX/ObjC++/CMakeLists.txt

6 lines
155 B
CMake
Raw Normal View History

# a simple objc++ test case that uses Cocoa framework
2013-03-16 19:13:01 +02:00
project (ObjC++)
2013-03-16 19:13:01 +02:00
add_executable (ObjC++ objc++.mm)
target_link_libraries(ObjC++ "-framework Cocoa")