[PRINTING]
[reactos.git] / rostests / apitests / spoolss / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/win32ss/printing/include)
3
4 list(APPEND SOURCE
5 PackStrings.c
6 testlist.c)
7
8 add_executable(spoolss_apitest ${SOURCE})
9 target_link_libraries(spoolss_apitest wine ${PSEH_LIB})
10 set_module_type(spoolss_apitest win32cui)
11 add_importlibs(spoolss_apitest spoolss msvcrt kernel32 ntdll)
12 add_cd_file(TARGET spoolss_apitest DESTINATION reactos/bin FOR all)