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
/
PerConfig
/
pcShared.c
blob: 9b4bf98fbfcff2baafb7440b15776d214c103e1e (
plain
)
1
2
3
4
5
#include
"pcShared.h"
char const
*
pcShared
(
void
)
{
return
"INFO:symbol[pcShared]"
;
}