739f05e2cb3bb79f45f2a53050bd0ad7444636cc
[reactos.git] / rostests / winetests / qmgr / CMakeLists.txt
1
2 list(APPEND SOURCE
3 enum_files.c
4 enum_jobs.c
5 file.c
6 job.c
7 qmgr.c
8 testlist.c)
9
10 add_executable(qmgr_winetest ${SOURCE})
11 set_module_type(qmgr_winetest win32cui)
12 add_importlibs(qmgr_winetest ole32 shlwapi user32 msvcrt kernel32)
13
14 if(MSVC)
15 add_importlibs(qmgr_winetest ntdll)
16 endif()
17
18 add_cd_file(TARGET qmgr_winetest DESTINATION reactos/bin FOR all)