Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
BuildDepends
/
Project
/
link_depends_no_shared_lib.c
blob: d66c63694e801a610d903cb03aa391a739bc404e [
file
] [
log
] [
blame
]
#include
"link_depends_no_shared_lib.h"
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
link_depends_no_shared_lib
(
void
)
{
return
link_depends_no_shared_lib_value
;
}