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
/
try-compile
/
use_importable.cxx
blob: 8d6bab27c2e873e42b5eb05058eff6b0f5934321 (
plain
)
1
2
3
4
5
6
import importable
;
int
foo
()
{
return
from_import
();
}