index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
cmake
/
5 object library
/
subprojects
/
cmObjLib
/
libA.cpp
blob: 1d579cfdd02162cab45fd05861bba7639cd650d6 (
plain
)
1
2
3
4
5
#include
"libA.hpp"
std
::
string
getLibStr
(
void
)
{
return
"Hello World"
;
}