mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
14 lines
415 B
CMake
14 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)
|