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
9f3e67eabf
CMake
/
Tests
/
CustomCommand
/
gen_once.c.in
2 lines
34 B
C
Raw
Normal View
History
Unescape
Escape
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() - Allows make rules to be created with no dependencies. - Such rules will not re-run even if the commands themselves change. - Useful to create rules that run only if the output is missing.
2008-05-14 19:38:47 +04:00
int
gen_once
(
void
)
{
return
11
;
}