[EXPLORER] -Use WM_POPUPSYSTEMMENU to open the system menu of a window. CORE-13400
[reactos.git] / rostests / apitests / winprint / CMakeLists.txt
1
2 list(APPEND SOURCE
3 EnumPrintProcessorDatatypesW.c
4 main.c
5 testlist.c)
6
7 add_executable(winprint_apitest ${SOURCE})
8 target_link_libraries(winprint_apitest wine ${PSEH_LIB})
9 set_module_type(winprint_apitest win32cui)
10 add_importlibs(winprint_apitest winspool msvcrt kernel32 ntdll)
11 add_rostests_file(TARGET winprint_apitest)