build: fixed cmake for windows

* added target for the license lib.
* switched to statically linked version of boost.
* removed boost dlls from bin directories.
* cleaned up CMakeLists.
This commit is contained in:
malte_langkabel
2016-01-18 11:42:32 +01:00
committed by Eberhard Graether
parent f3223e535a
commit 8be7886c7a
27 changed files with 119 additions and 77 deletions
-3
View File
@@ -45,9 +45,6 @@ if [ $PLATFORM == "Windows" ]; then
cp -u -r setup/dynamic_libraries/windows/app/Debug/* bin/app/Debug
cp -u -r setup/dynamic_libraries/windows/app/Release/* bin/app/Release
cp -u -r setup/dynamic_libraries/windows/test/Debug/* bin/test/Debug
cp -u -r setup/dynamic_libraries/windows/test/Release/* bin/test/Release
echo -e $INFO "copy test_main file"
cp -u setup/cxx_test/windows/test_main.cpp build