1
0
mirror of synced 2024-09-24 03:28:24 +02:00

Moved resource.rc to res folder

This commit is contained in:
WerWolv 2021-01-11 16:03:10 +01:00
parent 14adcc0e51
commit 8807d6c6f3
3 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -DIMHEX_VERSION=\"\\
if (WIN32)
set(application_type WIN32)
set(imhex_icon resource.rc)
set(imhex_icon "${PROJECT_SOURCE_DIR}/res/resource.rc")
if (CREATE_PACKAGE)
set(CPACK_GENERATOR "WIX")

1
res/resource.rc Normal file
View File

@ -0,0 +1 @@
GLFW_ICON ICON icon.ico

View File

@ -1 +0,0 @@
GLFW_ICON ICON res/icon.ico