mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
e1632d9cd8
* Add mscoree winetest from Wine 1.3.37. svn path=/trunk/; revision=55277
15 lines
392 B
CMake
15 lines
392 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(mscoree_winetest
|
|
debugging.c
|
|
metahost.c
|
|
mscoree.c
|
|
testlist.c)
|
|
|
|
target_link_libraries(mscoree_winetest wine uuid)
|
|
set_module_type(mscoree_winetest win32cui)
|
|
add_importlibs(mscoree_winetest ole32 shlwapi msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET mscoree_winetest DESTINATION reactos/bin FOR all)
|