mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
14 lines
374 B
CMake
14 lines
374 B
CMake
|
|
||
|
list(APPEND SOURCE
|
||
|
mspatcha.c
|
||
|
testlist.c)
|
||
|
|
||
|
# File name does not contain 'patch' on purpose!
|
||
|
# This triggers automatic elevation in Nt 6+
|
||
|
|
||
|
add_executable(msptcha_apitest ${SOURCE})
|
||
|
set_module_type(msptcha_apitest win32cui)
|
||
|
add_importlibs(msptcha_apitest msvcrt kernel32 ntdll)
|
||
|
add_delay_importlibs(msptcha_apitest mspatcha)
|
||
|
add_rostests_file(TARGET msptcha_apitest)
|