mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
6 lines
283 B
CMake
6 lines
283 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
add_executable(imm32_winetest imm32.c testlist.c)
|
|
set_module_type(imm32_winetest win32cui)
|
|
add_importlibs(imm32_winetest imm32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET imm32_winetest DESTINATION reactos/bin FOR all)
|