mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[WIN32U_APITEST] Rename test to win32u_apitest for naming consistency
This commit is contained in:
@@ -64,7 +64,7 @@ add_subdirectory(utildll)
|
||||
add_subdirectory(uxtheme)
|
||||
add_subdirectory(version)
|
||||
if(NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
add_subdirectory(win32nt)
|
||||
add_subdirectory(win32u)
|
||||
endif()
|
||||
add_subdirectory(winhttp)
|
||||
add_subdirectory(wininet)
|
||||
|
||||
@@ -77,15 +77,15 @@ list(APPEND SOURCE
|
||||
list(APPEND PCH_SKIP_SOURCE
|
||||
testlist.c)
|
||||
|
||||
add_executable(win32knt_apitest
|
||||
add_executable(win32u_apitest
|
||||
${SOURCE}
|
||||
${PCH_SKIP_SOURCE}
|
||||
dlihook.c
|
||||
win32knt.rc)
|
||||
|
||||
target_link_libraries(win32knt_apitest ${PSEH_LIB} gditools)
|
||||
set_module_type(win32knt_apitest win32cui)
|
||||
add_importlibs(win32knt_apitest
|
||||
target_link_libraries(win32u_apitest ${PSEH_LIB} gditools)
|
||||
set_module_type(win32u_apitest win32cui)
|
||||
add_importlibs(win32u_apitest
|
||||
gdi32
|
||||
user32
|
||||
shell32
|
||||
@@ -93,7 +93,7 @@ add_importlibs(win32knt_apitest
|
||||
msvcrt
|
||||
kernel32
|
||||
ntdll)
|
||||
add_delay_importlibs(win32knt_apitest win32u imm32)
|
||||
add_dependencies(win32knt_apitest xdk)
|
||||
add_pch(win32knt_apitest win32nt.h "${PCH_SKIP_SOURCE}")
|
||||
add_rostests_file(TARGET win32knt_apitest)
|
||||
add_delay_importlibs(win32u_apitest win32u imm32)
|
||||
add_dependencies(win32u_apitest xdk)
|
||||
add_pch(win32u_apitest win32nt.h "${PCH_SKIP_SOURCE}")
|
||||
add_rostests_file(TARGET win32u_apitest)
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user