[SHELL32_APITEST] -Add some tests for SHParseDisplayName for CORE-12882.
[reactos.git] / rostests / apitests / browseui / CMakeLists.txt
1
2 set_cpp(WITH_RTTI WITH_RUNTIME WITH_EXCEPTIONS)
3 if(NOT MSVC)
4 # HACK: this should be enabled globally!
5 add_compile_flags_language("-std=c++11" "CXX")
6 endif()
7
8 include_directories(
9 ${REACTOS_SOURCE_DIR}/sdk/lib/atl
10 includes)
11
12 list(APPEND SOURCE
13 ACListISF.cpp
14 SHExplorerParseCmdLine.c
15 testlist.c)
16
17 add_executable(browseui_apitest ${SOURCE})
18 target_link_libraries(browseui_apitest uuid wine)
19 set_module_type(browseui_apitest win32cui)
20 add_importlibs(browseui_apitest shell32 ole32 shlwapi msvcrt kernel32 ntdll)
21 add_rostests_file(TARGET browseui_apitest)