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
/
IncludeDirectoriesCPATH
/
consumer.cpp
blob: 59608dada21e0f95177ca557cf8c1b225f5e21ee (
plain
)
1
2
3
4
5
6
#include
"systemlib.h"
int
consumer
()
{
return
systemlib
();
}