[CMAKE]
[reactos.git] / rostests / winetests / qmgr / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 enum_files.c
8 enum_jobs.c
9 file.c
10 job.c
11 qmgr.c
12 testlist.c)
13
14 add_executable(qmgr_winetest ${SOURCE})
15 target_link_libraries(qmgr_winetest wine)
16 set_module_type(qmgr_winetest win32cui)
17 add_importlibs(qmgr_winetest ole32 shlwapi user32 msvcrt kernel32 ntdll)
18 add_cab_target(qmgr_winetest 7)