f145b449f6e1f1c2c1324a42928bf4e83e8b0ad0
[reactos.git] / rostests / winetests / imm32 / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
3 add_executable(imm32_winetest imm32.c testlist.c)
4 set_module_type(imm32_winetest win32cui)
5 add_importlibs(imm32_winetest imm32 user32 msvcrt kernel32)
6 add_cd_file(TARGET imm32_winetest DESTINATION reactos/bin FOR all)