reactos/rostests/winetests/propsys/CMakeLists.txt
Amine Khaldi ac45094d68 [PROPSYS_WINETEST] Sync with Wine Staging 2.16. CORE-13762
svn path=/trunk/; revision=75895
2017-09-17 22:57:07 +00:00

12 lines
352 B
CMake

add_definitions(-DUSE_WINE_TODOS -DWINETEST_USE_DBGSTR_LONGLONG)
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_rostests_file(TARGET propsys_winetest)