reactos/rostests/winetests/imm32/CMakeLists.txt
Amine Khaldi 1569aba76f [IMM32_WINETEST]
* Improve build.

svn path=/trunk/; revision=61183
2013-12-01 16:11:05 +00:00

7 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)