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
726e461b38
CMake
/
Tests
/
CustomCommandByproducts
/
External
/
ExternalLibrary.c
2 lines
40 B
C
Raw
Normal View
History
Unescape
Escape
ExternalProject: Add options to specify BYPRODUCTS (#14963) The external project's build process may generate byproducts on which other rules in the driving project's build later depend. Provide a way for the driving project to specify what byproducts it expects to be made available by the custom commands that drive the external project.
2014-11-14 03:26:36 +03:00
int
ExternalLibrary
(
void
)
{
return
0
;
}