2010-12-07 11:40:10 +00:00
|
|
|
|
2011-06-18 22:02:28 +00:00
|
|
|
add_definitions(-D__ROS_LONG64__)
|
2010-12-07 11:40:10 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
enum_files.c
|
|
|
|
enum_jobs.c
|
|
|
|
file.c
|
|
|
|
job.c
|
|
|
|
qmgr.c
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(qmgr_winetest ${SOURCE})
|
|
|
|
target_link_libraries(qmgr_winetest wine)
|
2011-06-18 22:02:28 +00:00
|
|
|
|
|
|
|
if(MSVC)
|
|
|
|
target_link_libraries(qmgr_winetest uuid)
|
|
|
|
endif()
|
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
set_module_type(qmgr_winetest win32cui)
|
|
|
|
add_importlibs(qmgr_winetest ole32 shlwapi user32 msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET qmgr_winetest DESTINATION reactos/bin FOR all)
|