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
/
ExportImport
/
Import
/
A
/
excludedFromAll
/
excludedFromAll.cpp
blob: 2269a0402a0fdc6fc172ffcf38e4d21aac1d0aef (
plain
)
1
2
3
4
5
6
7
#include
"excludedFromAll.h"
int
excludedFromAll
()
{
return
0
;
}