mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
f98d77e0ad
svn path=/trunk/; revision=57840
7 lines
315 B
CMake
7 lines
315 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
add_executable(services_winetest service.c testlist.c)
|
|
target_link_libraries(services_winetest wine)
|
|
set_module_type(services_winetest win32cui)
|
|
add_importlibs(services_winetest advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET services_winetest DESTINATION reactos/bin FOR all)
|