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
fd141a0b70
CMake
/
Tests
/
TryCompile
/
Inner
/
innerlib.c
2 lines
33 B
C
Raw
Normal View
History
Unescape
Escape
No /fast targets in try_compile project mode The try_compile command builds the cmTryCompileExec executable using the cmTryCompileExec/fast target with Makefile generators in order to save time since dependencies are not needed. However, in project mode the command builds an entire source tree that may have dependencies. Therefore we can use the /fast target approach only in one-source mode.
2009-08-04 22:37:46 +04:00
int
innerlib
(
void
)
{
return
0
;
}