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
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
ComplexOneConfig
/
Executable
/
notInAllExe.cxx
blob
70275cd513789e9b19e1d5210a5119d8f3d52171
1
extern
int
notInAllLibFunc
();
2
3
int
main
()
4
{
5
return
notInAllLibFunc
();
6
}
7
8
#if 1
9
# error
"This target should not be compiled by ALL."
10
#endif