mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
10 lines
267 B
CMake
10 lines
267 B
CMake
|
|
||
|
add_definitions(
|
||
|
-D__ROS_LONG64__
|
||
|
-D_DLL -D__USE_CRTIMP)
|
||
|
|
||
|
add_executable(imm32_winetest imm32.c testlist.c)
|
||
|
target_link_libraries(imm32_winetest wine)
|
||
|
set_module_type(imm32_winetest win32cui)
|
||
|
add_importlibs(imm32_winetest imm32 user32 msvcrt kernel32 ntdll)
|