mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
14 lines
309 B
CMake
14 lines
309 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
asmcache.c
|
|
asmenum.c
|
|
asmname.c
|
|
fusion.c
|
|
testlist.c)
|
|
|
|
add_executable(fusion_winetest ${SOURCE})
|
|
set_module_type(fusion_winetest win32cui)
|
|
add_importlibs(fusion_winetest user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET fusion_winetest)
|