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

RUN libraries needs to be availalbe when writing custom find modules #17

Open asmodehn opened 11 years ago

asmodehn commented 11 years ago

When creating a new FindMyLib.cmake, one must be able to specify a run library ( ie windows DLL ) so that dll is copied where needed when a project depending on it needs to be run. LibFindMacros will probably need to be modified