mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
43ef186f8f
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60546
15 lines
415 B
CMake
15 lines
415 B
CMake
|
|
list(APPEND SOURCE
|
|
filedlg.c
|
|
finddlg.c
|
|
fontdlg.c
|
|
itemdlg.c
|
|
printdlg.c
|
|
testlist.c)
|
|
|
|
add_executable(comdlg32_winetest ${SOURCE} rsrc.rc)
|
|
target_link_libraries(comdlg32_winetest uuid)
|
|
set_module_type(comdlg32_winetest win32cui)
|
|
add_importlibs(comdlg32_winetest comdlg32 winspool user32 gdi32 ole32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET comdlg32_winetest DESTINATION reactos/bin FOR all)
|