2013-07-07 09:10:31 +00:00
|
|
|
|
|
|
|
add_definitions(-DWINE_NO_UNICODE_MACROS)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
browseui.c
|
|
|
|
ieframe.c
|
2015-04-19 22:50:25 +00:00
|
|
|
netcfgx.c
|
2015-04-19 21:28:09 +00:00
|
|
|
netshell.c
|
2016-04-10 09:40:16 +00:00
|
|
|
ole32.c
|
2013-07-07 09:10:31 +00:00
|
|
|
shdocvw.c
|
|
|
|
shell32.c
|
2017-11-28 21:58:07 +00:00
|
|
|
zipfldr.c
|
2013-07-07 09:10:31 +00:00
|
|
|
com_apitest.c
|
2017-12-12 12:01:03 +00:00
|
|
|
com_apitest.h)
|
2013-07-07 09:10:31 +00:00
|
|
|
|
2017-12-12 12:01:03 +00:00
|
|
|
add_executable(com_apitest ${SOURCE} testlist.c)
|
2013-07-07 09:10:31 +00:00
|
|
|
target_link_libraries(com_apitest wine uuid)
|
|
|
|
set_module_type(com_apitest win32cui)
|
|
|
|
add_importlibs(com_apitest advapi32 ole32 shlwapi shell32 msvcrt kernel32 ntdll)
|
2017-12-12 12:01:03 +00:00
|
|
|
add_pch(com_apitest com_apitest.h SOURCE)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET com_apitest)
|