[CMAKE] Introduce set_wine_module (Retry) (#7860)

Re-trial of #7800. Deleting __WINESRC__
hacks.
JIRA issue: CORE-5743
- Add sdk/cmake/set_wine_module.cmake.
- Load set_wine_module.cmake at
  top-level CMakeLists.txt.
- Use set_wine_module cmake function
  and delete __WINESRC__ as possible.
- Delete many include_directories.
This commit is contained in:
Katayama Hirofumi MZ 2025-04-04 20:44:38 +09:00 committed by GitHub
parent 125f94d8ab
commit 7efab12e6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
182 changed files with 218 additions and 356 deletions

View file

@ -1,7 +1,7 @@
add_definitions(-D__WINESRC__)
add_executable(taskkill taskkill.c taskkill.rc)
target_link_libraries(taskkill wine)
set_module_type(taskkill win32cui UNICODE)
add_importlibs(taskkill psapi user32 msvcrt kernel32 ntdll)
add_cd_file(TARGET taskkill DESTINATION reactos/system32 FOR all)
set_wine_module_FIXME(taskkill) # CORE-5743: No ARRAY_SIZE macro