Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
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