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
/
systemlib.cpp
blob: f111bfa5547b46cdba38c3af6d6f0b3874e02e82 (
plain
)
1
2
3
4
#include
"systemlib.h"
int
systemlib
() {
return
0
; }