0e6cfcd4136117e273f327c6860b9a2da896745a
[reactos.git] / rostests / apitests / com / CMakeLists.txt
1
2 add_definitions(-DWINE_NO_UNICODE_MACROS)
3
4 list(APPEND SOURCE
5 browseui.c
6 ieframe.c
7 shdocvw.c
8 shell32.c
9 com_apitest.c
10 testlist.c)
11
12 add_executable(com_apitest ${SOURCE})
13 target_link_libraries(com_apitest wine uuid)
14 set_module_type(com_apitest win32cui)
15 add_importlibs(com_apitest advapi32 ole32 shlwapi shell32 msvcrt kernel32 ntdll)
16 add_cd_file(TARGET com_apitest DESTINATION reactos/bin FOR all)