cmake - Does intall target always depends on ALL_BUILD target in a C++ project -
i ask question out of curiosity. when build c++ project cmake, contain 2 targets:
all_build install if understand well, install target depends on all_build, , have counter-examples not follow rule? thanks
Comments
Post a Comment