[STORAHCI] Merge Storport Miniport driver by Aman Priyadarshi in GSoC.
[reactos.git] / rostests / apitests / localspl / dll / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/win32ss/printing/include)
3
4 list(APPEND SOURCE
5 fpEnumPrinters.c
6 fpGetPrintProcessorDirectory.c
7 main.c)
8
9 add_library(localspl_apitest.dll SHARED ${SOURCE})
10 target_link_libraries(localspl_apitest.dll wine ${PSEH_LIB})
11 set_module_type(localspl_apitest.dll win32dll)
12 add_importlibs(localspl_apitest.dll spoolss msvcrt kernel32 ntdll)
13 set_target_properties(localspl_apitest.dll PROPERTIES SUFFIX "")
14 add_rostests_file(TARGET localspl_apitest.dll)