Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
BundleGeneratorTest
/
Library.cxx
blob: c4f40c4d615772cf72548772687dc6cde24e780c [
file
] [
log
] [
blame
]
#include
<iostream>
void
print_message
(
const
char
*
const
Message
)
{
std
::
cout
<<
Message
;
}