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
/
QtAutogen
/
RccAutogenBuildDir
/
main.cpp
blob: a211f4011eb6083a7813a71241087f0682064c5c (
plain
)
1
2
3
4
5
6
7
#include
"lib.h"
int
main
()
{
foo
();
return
0
;
}