[LOCALSPL_APITEST]
[reactos.git] / rostests / apitests / localspl / dll / CMakeLists.txt
1
2 list(APPEND SOURCE
3 fpEnumPrinters.c
4 main.c)
5
6 add_library(localspl_apitest.dll SHARED ${SOURCE})
7 target_link_libraries(localspl_apitest.dll wine ${PSEH_LIB})
8 set_module_type(localspl_apitest.dll win32dll)
9 add_importlibs(localspl_apitest.dll msvcrt kernel32 ntdll)
10 set_target_properties(localspl_apitest.dll PROPERTIES SUFFIX "")
11 add_cd_file(TARGET localspl_apitest.dll DESTINATION reactos/bin FOR all)