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
/
IncludeDirectories
/
SystemIncludeDirectories
/
imported_consumer.cpp
blob: 1dbe819e1316d2b994876020d7d7e1f95885cf47 (
plain
)
1
2
3
4
5
6
7
#include
"systemlib.h"
int
main
()
{
return
systemlib
();
}