76e6a434075cfe2e18e87191e117bcfef051d520
[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 main.c)
7
8 add_library(localspl_apitest.dll SHARED ${SOURCE})
9 target_link_libraries(localspl_apitest.dll wine ${PSEH_LIB})
10 set_module_type(localspl_apitest.dll win32dll)
11 add_importlibs(localspl_apitest.dll spoolss msvcrt kernel32 ntdll)
12 set_target_properties(localspl_apitest.dll PROPERTIES SUFFIX "")
13 add_cd_file(TARGET localspl_apitest.dll DESTINATION reactos/bin FOR all)