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:
committed by
Eberhard Graether
parent
f3223e535a
commit
8be7886c7a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user