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
/
InstallMode
/
subpro_b_shared_lib
/
include
/
shared_lib.h
blob: 550b2b44d55e61ecb0df1528c0701cf9be22f8a7 (
plain
)
1
2
3
4
5
#pragma once
#include <shared_lib_export.h>
void
SHARED_LIB_EXPORT
shared_hello
();