mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
9 lines
289 B
CMake
9 lines
289 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_rostests_file(TARGET winspool_winetest)
|