repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
BundleGeneratorTest
/
Library.cxx
blob
1403c6824639880e91deb621d30102e79b6accfb
1
#include <iostream>
2
3
void
print_message
(
const char
*
const
Message
)
4
{
5
std
::
cout
<<
Message
;
6
}
7