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
/
mocDepends
/
test1.cpp
blob: 002dfd80b0860efc23a46f1559d6cfe62b6c5384 (
plain
)
1
2
3
4
5
6
7
8
#include
"test1_object.hpp"
int
main
()
{
Object obj
;
return
0
;
}