Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CMakePackage
/
src
/
myexe.c
blob: c1182a20e507d370d9ef190e9502b9c826719e83 [
file
]
#include
<mylib.h>
/* include by angle-bracket to find installed copy */
int
main
(
void
)
{
return
mylib
();
}