mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
12 lines
352 B
CMake
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)
|