[PROPSYS_WINETEST]
[reactos.git] / rostests / winetests / propsys / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3 add_executable(propsys_winetest propstore.c propsys.c testlist.c)
4 set_module_type(propsys_winetest win32cui)
5 add_importlibs(propsys_winetest propsys ole32 oleaut32 msvcrt kernel32)
6 if(MSVC)
7 add_importlibs(propsys_winetest ntdll)
8 endif()
9 add_cd_file(TARGET propsys_winetest DESTINATION reactos/bin FOR all)