mirror of https://github.com/WerWolv/ImHex.git
Moved resource.rc to res folder
This commit is contained in:
parent
14adcc0e51
commit
8807d6c6f3
|
@ -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")
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
GLFW_ICON ICON icon.ico
|
|
@ -1 +0,0 @@
|
|||
GLFW_ICON ICON res/icon.ico
|
Loading…
Reference in New Issue