mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
1da71e2519
Follow-up to #5691. Strengthen shdocvw_apitest testcase. Fix CLSID_MruPidlList class. CORE-9283
11 lines
330 B
CMake
11 lines
330 B
CMake
|
|
list(APPEND SOURCE
|
|
MRUList.cpp
|
|
testlist.c)
|
|
|
|
add_executable(shdocvw_apitest ${SOURCE})
|
|
set_module_type(shdocvw_apitest win32cui)
|
|
target_link_libraries(shdocvw_apitest ${PSEH_LIB} uuid)
|
|
add_importlibs(shdocvw_apitest shlwapi shell32 oleaut32 ole32 user32 advapi32 msvcrt kernel32)
|
|
add_rostests_file(TARGET shdocvw_apitest)
|