This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dc919e841a
CMake
/
Tests
/
COnly
/
conly.c
10 lines
94 B
C
Raw
Blame
History
#
include
"foo.h"
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
Foo: %s
\n
"
,
foo
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink