reactos/modules/rostests/apitests/mspatcha/CMakeLists.txt
Mark Jansen fbe4a43f5d
[MSPTCHA_APITEST] Initial tests.
The filename intentionally does not contain the word 'patch',
because this will trigger windows to auto-elevate the test app.
2018-12-15 16:28:59 +01:00

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)