meta: add metadata to win32 exe/dll files

This commit is contained in:
2024-12-07 19:32:35 +00:00
parent 77885036c1
commit b87d152f07
12 changed files with 112 additions and 9 deletions

View File

@@ -8,8 +8,12 @@ file(GLOB ivy_sources
file(GLOB_RECURSE sys_sources
sys/${system_name}/*.c
sys/${system_name}/*.h)
if (WIN32)
set(rc_file ${CMAKE_CURRENT_SOURCE_DIR}/../res/build/frontend.rc)
endif ()
add_executable(ivy ${ivy_sources} ${sys_sources})
add_executable(ivy ${ivy_sources} ${sys_sources} ${rc_file})
target_link_libraries(
ivy
ivy-rt