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
/
RunCMake
/
CXXModules
/
examples
/
export-transitive-targets-install
/
private.cxx
blob: c5b719a33ff65f4366079abe2a59cd28546ba874 (
plain
)
1
2
3
4
5
6
export module priv
;
export
int
from_private
()
{
return
0
;
}