[SHELL32_APITEST] -Add some tests for SHParseDisplayName for CORE-12882.
[reactos.git] / rostests / apitests / shell32 / CMakeLists.txt
1
2 set_cpp(WITH_RUNTIME)
3
4 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
5
6 add_executable(shell32_apitest
7 CFSFolder.cpp
8 CMyComputer.cpp
9 CShellDesktop.cpp
10 CShellLink.cpp
11 menu.cpp
12 ShellExecuteEx.cpp
13 shelltest.cpp
14 SHParseDisplayName.cpp
15 testlist.c)
16 target_link_libraries(shell32_apitest wine uuid ${PSEH_LIB})
17 set_module_type(shell32_apitest win32cui)
18 add_importlibs(shell32_apitest user32 gdi32 shell32 ole32 oleaut32 advapi32 shlwapi msvcrt kernel32 ntdll)
19 add_rostests_file(TARGET shell32_apitest)