[SHELL32_APITEST] -Add some tests for SHParseDisplayName for CORE-12882.
[reactos.git] / rostests / apitests / atl / CMakeLists.txt
1
2 add_definitions(-DINITGUID -DWINETEST_USE_DBGSTR_LONGLONG)
3 set_cpp(WITH_RUNTIME WITH_EXCEPTIONS)
4
5 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
6
7 add_executable(atl_apitest
8 atltypes.cpp
9 CComBSTR.cpp
10 CComHeapPtr.cpp
11 CComVariant.cpp
12 CImage.cpp
13 CRegKey.cpp
14 CSimpleArray.cpp
15 CSimpleMap.cpp
16 CString.cpp
17 testlist.c
18 atl_apitest.rc)
19
20 target_link_libraries(atl_apitest wine atlnew uuid)
21 set_module_type(atl_apitest win32cui)
22 add_importlibs(atl_apitest rpcrt4 ole32 oleaut32 msimg32 gdi32 advapi32 user32 msvcrt kernel32 ntdll)
23 add_rostests_file(TARGET atl_apitest)