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
If you specify header file as source, it should still use C compiler and not CXX...
[cmake.git]
/
Tests
/
COnly
/
conly.c
blob
3f720ef51262ce50122b8dee40c9bc654604ac3c
1
#include
"foo.h"
2
3
#include <stdio.h>
4
5
int
main
()
6
{
7
printf
(
"Foo: %s
\n
"
,
foo
);
8
return
0
;
9
}