This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6a9fdbeb48
CMake
/
Tests
/
Dependency
/
Case2
/
foo3.c
3 lines
59 B
C
Raw
Normal View
History
Unescape
Escape
ENH: Make Dependency test Case2 require two traversals of a static library loop.
2008-02-08 00:14:17 +03:00
extern
int
foo1b
(
void
)
;
int
foo3
(
void
)
{
return
foo1b
(
)
;
}