asmodehn / wkcmake

Workshop CMake - For quick and easy CMake setup of project, based on simple folder and file naming conventions
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

Make include sources copied when configuring the project #23

Open asmodehn opened 11 years ago

asmodehn commented 11 years ago

The include directory should be copied inside the build directory when the project is configured through cmake and not when build is successful. It will allow upper project to build even if a dependency was not build successfully. Of course the link will failed but the user will be able to check is code (syntax and such) and so submit it to subversion even if he can't run it. Data copy mustn't change.