mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
f95234c66b
svn path=/trunk/; revision=70301
8 lines
315 B
CMake
8 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)
|