index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
UnityBuild
/
func.c
blob: b14c90708148a1658089b07ed85373d68efc17f4 (
plain
)
1
2
3
4
5
6
#include
"func.h"
int
func
(
void
)
{
return
0
;
}