Skip to content

Commit b032332

Browse files
NightbladeWires77
authored andcommitted
Update version generation to work properly
1 parent 73b4173 commit b032332

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ set(SIMPLEGRAPHIC_SOURCES
6262
"engine/system/sys_main.h"
6363
"engine/system/sys_opengl.h"
6464
"engine/system/sys_video.h"
65-
"SimpleGraphic.rc"
6665
"win/entry.cpp"
6766
"ui.h"
6867
"ui_api.cpp"
@@ -87,6 +86,7 @@ endif()
8786
if (WIN32)
8887
set (SIMPLEGRAPHIC_PLATFORM_SOURCES
8988
"engine/system/win/sys_console.cpp"
89+
"SimpleGraphic.rc"
9090
)
9191
else()
9292
set (SIMPLEGRAPHIC_PLATFORM_SOURCES

SimpleGraphic.rc

-28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)