mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
4bdc74bf5d
CORE-7684 #234
21 lines
506 B
CMake
21 lines
506 B
CMake
|
|
add_definitions(-DWINE_NO_UNICODE_MACROS)
|
|
|
|
list(APPEND SOURCE
|
|
browseui.c
|
|
ieframe.c
|
|
netcfgx.c
|
|
netshell.c
|
|
ole32.c
|
|
shdocvw.c
|
|
shell32.c
|
|
zipfldr.c
|
|
com_apitest.c
|
|
com_apitest.h)
|
|
|
|
add_executable(com_apitest ${SOURCE} testlist.c)
|
|
target_link_libraries(com_apitest wine uuid)
|
|
set_module_type(com_apitest win32cui)
|
|
add_importlibs(com_apitest advapi32 ole32 shlwapi shell32 msvcrt kernel32 ntdll)
|
|
add_pch(com_apitest com_apitest.h SOURCE)
|
|
add_rostests_file(TARGET com_apitest)
|