2019-08-03 13:13:21 +00:00
|
|
|
|
|
|
|
add_definitions(
|
|
|
|
-D__ROS_LONG64__
|
|
|
|
-DWINETEST_USE_DBGSTR_LONGLONG
|
|
|
|
-DUNICODE
|
2020-09-18 09:08:58 +00:00
|
|
|
-D_UNICODE)
|
2019-08-03 13:13:21 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2021-04-05 22:54:58 +00:00
|
|
|
GetDisplayNameOf.cpp
|
2019-08-03 13:13:21 +00:00
|
|
|
shellext.cpp
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(fontext_apitest ${SOURCE})
|
|
|
|
set_module_type(fontext_apitest win32cui)
|
2020-09-18 09:08:58 +00:00
|
|
|
target_link_libraries(fontext_apitest uuid ${PSEH_LIB} cpprt atl_classes)
|
2021-04-05 22:54:58 +00:00
|
|
|
add_importlibs(fontext_apitest oleaut32 shlwapi ole32 shell32 user32 msvcrt kernel32 ntdll)
|
2019-08-03 13:13:21 +00:00
|
|
|
add_rostests_file(TARGET fontext_apitest)
|