mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
11 lines
251 B
CMake
11 lines
251 B
CMake
|
|
list(APPEND SOURCE
|
|
SfcGetFiles.c
|
|
SfcIsFileProtected.c
|
|
testlist.c)
|
|
|
|
add_executable(sfc_apitest ${SOURCE})
|
|
set_module_type(sfc_apitest win32cui)
|
|
add_importlibs(sfc_apitest msvcrt user32 kernel32 ntdll)
|
|
add_rostests_file(TARGET sfc_apitest)
|