build: windows icon
IMPORTANT: Windows users will have to execute clean, setup and cmake after this commit. * added script to generate the program icon on windows. * modified setup script to execute icon generator. * modified CMakeLists to automatically generate the resource file required for windows builds and link it to the visual studio project.
This commit is contained in:
@@ -48,6 +48,9 @@ if [ $PLATFORM == "Windows" ]; then
|
||||
|
||||
echo -e $INFO "copy test_main file"
|
||||
cp -u setup/cxx_test/windows/test_main.cpp build
|
||||
|
||||
echo -e $INFO "creating program icon"
|
||||
sh script/create_windows_icon.sh
|
||||
fi
|
||||
|
||||
# Setup both Debug and Release configuration
|
||||
|
||||
Reference in New Issue
Block a user