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
/
ObjectLibrary
/
B
/
b1.c
blob: d804d43019bdd76846949f4aaa9b8bd1d9557c44 (
plain
)
1
2
3
4
5
#include
"b.h"
EXPORT_B
int
b1
(
void
)
{
return
0
;
}