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
/
Framework
/
foo.cxx
blob
b249ce348254dcd90e27d013127a8280b2ce8dc0
1
#include <stdio.h>
2
#if defined(_WIN32) && defined(foo_EXPORTS)
3
# define CM_TEST_LIB_EXPORT __declspec( dllexport )
4
#else
5
# define CM_TEST_LIB_EXPORT
6
#endif
7
CM_TEST_LIB_EXPORT
void
foo
()
8
{
9
printf
(
"foo
\n
"
);
10
}