mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
1569aba76f
* Improve build. svn path=/trunk/; revision=61183
7 lines
283 B
CMake
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)
|