mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
10 lines
316 B
CMake
10 lines
316 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(riched32_winetest editor.c testlist.c)
|
|
target_link_libraries(riched32_winetest wine)
|
|
set_module_type(riched32_winetest win32cui)
|
|
add_importlibs(riched32_winetest ole32 user32 msvcrt kernel32 ntdll)
|
|
add_cab_target(riched32_winetest 7)
|