mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
70bd3dabc7
* Import from Wine 1.5.4. svn path=/trunk/; revision=56632
10 lines
320 B
CMake
10 lines
320 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(sti_winetest sti.c testlist.c)
|
|
target_link_libraries(sti_winetest wine uuid)
|
|
set_module_type(sti_winetest win32cui)
|
|
add_importlibs(sti_winetest ole32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET sti_winetest DESTINATION reactos/bin FOR all)
|