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
/
MocOptions
/
main.cpp
blob: 7aeab1a89b94549802a8a4bb08c2dc850338d9e9 (
plain
)
1
2
3
4
5
6
7
#include
"Object.hpp"
int
main
(
int
argv
,
char
**
args
)
{
Object object
;
return
0
;
}