reactos/rostests/apitests/spoolss/CMakeLists.txt

11 lines
325 B
CMake
Raw Normal View History

list(APPEND SOURCE
PackStrings.c
testlist.c)
add_executable(spoolss_apitest ${SOURCE})
target_link_libraries(spoolss_apitest wine ${PSEH_LIB})
set_module_type(spoolss_apitest win32cui)
add_importlibs(spoolss_apitest spoolss msvcrt kernel32 ntdll)
add_cd_file(TARGET spoolss_apitest DESTINATION reactos/bin FOR all)