cmake/Tests/ObjC++/CMakeLists.txt

7 lines
156 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")