7ceaaae327c1e23ebc1d4dbcb34617e1ec7c108b
[reactos.git] / rostests / winetests / mscoree / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3
4 add_executable(mscoree_winetest
5 debugging.c
6 metahost.c
7 mscoree.c
8 testlist.c)
9
10 target_link_libraries(mscoree_winetest wine uuid)
11 set_module_type(mscoree_winetest win32cui)
12 add_importlibs(mscoree_winetest ole32 shlwapi msvcrt kernel32 ntdll)
13 add_cd_file(TARGET mscoree_winetest DESTINATION reactos/bin FOR all)