mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
- Move sdk\include\reactos\wine to sdk\include\wine - Reorder the directories in include_directories() to be closer to alphabetical. This should make it easier to determine what global include directories can be removed in the future.
20 lines
467 B
CMake
20 lines
467 B
CMake
|
|
list(APPEND SOURCE
|
|
clientimc.c
|
|
himc.c
|
|
imcc.c
|
|
ImmEnumInputContext.c
|
|
ImmGetImeInfoEx.c
|
|
ImmIsUIMessage.c
|
|
JapanImeConvTestA.c
|
|
JapanImeConvTestW.c
|
|
KLID.c
|
|
testlist.c
|
|
resource.rc)
|
|
|
|
add_executable(imm32_apitest ${SOURCE})
|
|
target_link_libraries(imm32_apitest wine ${PSEH_LIB})
|
|
set_module_type(imm32_apitest win32cui)
|
|
add_importlibs(imm32_apitest advapi32 imm32 msvcrt user32 kernel32 ntdll)
|
|
add_rostests_file(TARGET imm32_apitest)
|