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