meta: add missing exe resource files

This commit is contained in:
2024-12-16 20:57:30 +00:00
parent 10c03c4b74
commit bc8bfcea9d
10 changed files with 172 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
file(GLOB_RECURSE lang_sources *.c *.h include/ivy/lang/*.h)
if (WIN32)
set(rc_file ${CMAKE_CURRENT_SOURCE_DIR}/../res/build/lang.rc)
set(rc_file ${CMAKE_CURRENT_SOURCE_DIR}/../res/win32/lang.rc)
endif ()
if (IVY_STATIC)