mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
14 lines
335 B
CMake
14 lines
335 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
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_cd_file(TARGET fusion_winetest DESTINATION reactos/bin FOR all)
|