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
/
CMakeCommands
/
target_compile_features
/
lib_user.cpp
blob: 976068a0b717700a1356e632767e1a2c30bb480e (
plain
)
1
2
3
4
5
6
7
#include
"lib_auto_type.h"
int
main
(
int
argc
,
char
**
argv
)
{
return
getAutoType
();
}