Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
LinkLibrariesStrategy
/
BasicX.c
blob: 39f7863929c37c4b619eb899928f868e24008237 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
BasicX
(
void
)
{
printf
(
"Library '%s' was linked first.\n"
,
BASIC_ID
);
return
0
;
}