[ROSTESTS]
[reactos.git] / rostests / winetests / scrrun / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3
4 list(APPEND SOURCE
5 dictionary.c
6 filesystem.c
7 testlist.c)
8
9 add_executable(scrrun_winetest ${SOURCE})
10 add_idl_headers(scrrun_idlheader_test scrrun.idl)
11 add_dependencies(scrrun_winetest scrrun_idlheader_test)
12 target_link_libraries(scrrun_winetest uuid)
13 set_module_type(scrrun_winetest win32cui)
14 add_importlibs(scrrun_winetest ole32 oleaut32 user32 msvcrt kernel32)
15 add_rostests_file(TARGET scrrun_winetest)