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
/
XcodeProject
/
lib_bundle
/
lib_bundle.cpp
blob: 9f74584a58581be42c3a75e15cbd248299dbcffc (
plain
)
1
2
3
4
5
6
#include <iostream>
void
foo
()
{
std
::
cout
<<
"foobar"
<<
std
::
endl
;
}