Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
CPackComponentsDEB
/
mylibapp.cpp
blob: bb45831a88cea2b70d21ae214f6cf00f973bdb46 [
file
]
#ifndef
SHLIBDEPS_PRIVATE
# include "mylib.h"
int
main
()
{
mylib_function
();
}
#else
# include "shlibdeps-with-private-lib/myprivatelib.h"
int
main
()
{
myprivatelib_function
();
}
#endif