mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
4601190c2e
* Remove redundant definition. svn path=/trunk/; revision=63054
5 lines
218 B
CMake
5 lines
218 B
CMake
|
|
add_executable(credui_winetest credui.c testlist.c)
|
|
set_module_type(credui_winetest win32cui)
|
|
add_importlibs(credui_winetest credui msvcrt kernel32)
|
|
add_cd_file(TARGET credui_winetest DESTINATION reactos/bin FOR all)
|