build: minor changes and updates to readme and cmake

* corrected version of referenced dependencies
* changed cmake to generate test_main.cpp file on windows rather than copy it
This commit is contained in:
mlangkabel
2018-03-31 12:11:07 +02:00
parent 3ffe76d161
commit 38e7a1aaf0
4 changed files with 6 additions and 46 deletions
-4
View File
@@ -103,10 +103,6 @@ fi
if [ $PLATFORM == "Windows" ]; then
echo -e $INFO "copy test_main file"
cp -u setup/cxx_test/windows/test_main.cpp build/win32
cp -u setup/cxx_test/windows/test_main.cpp build/win64
echo -e $INFO "creating program icon"
sh script/create_windows_icon.sh
fi