biicode / boost

Experimental support for the Boost libraries on biicode
MIT License
15 stars 7 forks source link

windows dynamic linking "copy boost dlls to bin/" fails on clion layout #11

Open Manu343726 opened 9 years ago

Manu343726 commented 9 years ago

Thanks to @qqiangwu for pointing out the possible bug: https://github.com/biicode/boost/issues/10

Submitting as a separated issue here.

qqiangwu commented 9 years ago

Just copy dlls to ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} which is defined as ${BII_PROJECT_ROOT}/bin. Will this work in all layouts?