index
:
cmake-common
aur
master
Utilities to help develop C++/CMake projects
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
cmake
/
examples
/
dynamic
/
bar.hpp
blob: cf838ca428aaa9768770200a21d477a585fff1f2 (
plain
) (
blame
)
1
2
3
4
5
6
#pragma once
#ifdef _MSC_VER
__declspec
(
dllexport
)
#endif
void
bar
();