[RAPPS] Stopped GCC whining (fixed GCC build)
[reactos.git] / rostests / apitests / winspool / CMakeLists.txt
1
2 list(APPEND SOURCE
3 ClosePrinter.c
4 EnumPrinters.c
5 EnumPrintProcessorDatatypes.c
6 GetDefaultPrinter.c
7 GetPrinterData.c
8 GetPrintProcessorDirectory.c
9 IsValidDevmode.c
10 OpenPrinter.c
11 StartDocPrinter.c
12 testlist.c)
13
14 add_executable(winspool_apitest ${SOURCE})
15 target_link_libraries(winspool_apitest wine ${PSEH_LIB})
16 set_module_type(winspool_apitest win32cui)
17 add_importlibs(winspool_apitest winspool msvcrt kernel32 ntdll)
18 add_rostests_file(TARGET winspool_apitest)