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

link to depends and writing config happen at the same time #43

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

WkBuild -> WkExportConfig -> WkLinkSrcDepends -> target_link_libraries + write config But WkLibraryBuild and WkExecutableBuild should also trigger the target_link_libraries. The config file should still be unique ( one per project ) if possible, or we should match the Export file behavior from CMake...