mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 08:32:14 +08:00
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.
8 lines
302 B
CMake
8 lines
302 B
CMake
|
|
add_executable(wmic main.c wmic.rc)
|
|
target_link_libraries(wmic wine)
|
|
set_module_type(wmic win32cui UNICODE)
|
|
add_importlibs(wmic oleaut32 ole32 user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET wmic DESTINATION reactos/system32/wbem FOR all)
|
|
set_wine_module_FIXME(wmic) # CORE-5743: No ARRAY_SIZE macro
|