reactos/rostests/winetests/winspool/CMakeLists.txt
Amine Khaldi f95234c66b [WINSPOOL_WINETEST] Import from Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70301
2015-12-08 12:35:27 +00:00

9 lines
315 B
CMake

remove_definitions(-D_WIN32_WINNT=0x502)
add_definitions(-D_WIN32_WINNT=0x600)
add_executable(winspool_winetest info.c testlist.c)
set_module_type(winspool_winetest win32cui)
add_importlibs(winspool_winetest winspool advapi32 msvcrt kernel32)
add_cd_file(TARGET winspool_winetest DESTINATION reactos/bin FOR all)