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
/
baz.hpp
blob: 505a3c45b6dd9adbed1a6dc8c717f09024bf9f1b (
plain
) (
blame
)
1
2
3
4
5
6
#pragma once
#ifdef _MSC_VER
__declspec
(
dllexport
)
#endif
void
baz
();