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