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
/
BundleUtilities
/
shared2.cpp
blob: 84af5d0617bbdd46e8e20c7eb74f6e4ef756a120 (
plain
)
1
2
3
4
5
6
7
8
#include
"shared2.h"
#include
"stdio.h"
void
shared2
()
{
printf
(
"shared2
\n
"
);
}