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

The main target, when a library is copied in test/, even on Linux ! #5

Open asmodehn opened 11 years ago

asmodehn commented 11 years ago

If I am buildding "mylib" then on windows, mylib.dll is copied along with the tests of mylib project. this is the expected behavior.

However on linux this happens but is useless. This behavior should be made windows specific.