reactos/modules/rostests/apitests/sfc/CMakeLists.txt

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)