Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
ObjectLibrary
/
depends_lib.c
blob: a41b32c01e0f632363a6fb17857e24bfe50fd348 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
extern
int
myobj_foo
(
void
);
void
mylib_foo
(
void
)
{
exit
(
myobj_foo
());
}