1
2add_definitions(
3    -D__ROS_LONG64__
4    -DWINETEST_USE_DBGSTR_LONGLONG
5    -DUNICODE
6    -D_UNICODE)
7
8list(APPEND SOURCE
9    GetDisplayNameOf.cpp
10    shellext.cpp
11    testlist.c)
12
13add_executable(fontext_apitest ${SOURCE})
14set_module_type(fontext_apitest win32cui)
15target_link_libraries(fontext_apitest uuid ${PSEH_LIB} cpprt atl_classes)
16add_importlibs(fontext_apitest oleaut32 shlwapi ole32 shell32 user32 msvcrt kernel32 ntdll)
17add_rostests_file(TARGET fontext_apitest)
18