repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
ObjC++
/
CMakeLists.txt
blob
a7b46ebed75418d76f38353c5120730efe725aea
1
# a simple objc++ test case that uses Cocoa framework
2
PROJECT (objc++)
3
4
ADD_EXECUTABLE (objc++ objc++.mm)
5
TARGET_LINK_LIBRARIES(objc++ "-framework Cocoa")
6