reactos/rostests/winetests/propsys/CMakeLists.txt
Amine Khaldi 5e2046a6b9 [PROPSYS_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62996
2014-04-26 17:57:07 +00:00

10 lines
345 B
CMake

add_definitions(-DUSE_WINE_TODOS)
add_executable(propsys_winetest propstore.c propsys.c testlist.c)
set_module_type(propsys_winetest win32cui)
add_importlibs(propsys_winetest propsys ole32 oleaut32 msvcrt kernel32)
if(MSVC)
add_importlibs(propsys_winetest ntdll)
endif()
add_cd_file(TARGET propsys_winetest DESTINATION reactos/bin FOR all)