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
/
StagingPrefix
/
Producer
/
bar.h
blob: a56bd5dc1d8c7db87329b9a3c5b0ef711b5ab757 (
plain
)
1
2
3
4
5
6
7
8
9
10
class
#ifdef _WIN32
__declspec
(
dllexport
)
#endif
Bar
{
public
:
int
bar
();
};