CMake/Tests/ObjC++/CMakeLists.txt

7 lines
156 B
CMake
Raw Normal View History

2002-11-27 03:01:51 +03:00
# a simple objc++ test case that uses Cocoa framework
PROJECT (objc++)
ADD_EXECUTABLE (objc++ objc++.mm)
TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")
2002-11-27 03:01:51 +03:00