[EXPLORER] -Use WM_POPUPSYSTEMMENU to open the system menu of a window. CORE-13400
[reactos.git] / rostests / apitests / com / CMakeLists.txt
1
2 add_definitions(-DWINE_NO_UNICODE_MACROS)
3
4 list(APPEND SOURCE
5 browseui.c
6 ieframe.c
7 netcfgx.c
8 netshell.c
9 ole32.c
10 shdocvw.c
11 shell32.c
12 com_apitest.c
13 testlist.c)
14
15 add_executable(com_apitest ${SOURCE})
16 target_link_libraries(com_apitest wine uuid)
17 set_module_type(com_apitest win32cui)
18 add_importlibs(com_apitest advapi32 ole32 shlwapi shell32 msvcrt kernel32 ntdll)
19 add_rostests_file(TARGET com_apitest)