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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user