reactos/dll/win32/sfcfiles/CMakeLists.txt
Eric Kohl 085f135f1a [SFCFILES] Add sfcfiles dll and header file
Sfcfiles.dll contains only a short list of protected files (WIP).
2022-01-22 13:28:50 +01:00

11 lines
306 B
CMake

spec2def(sfcfiles.dll sfcfiles.spec)
list(APPEND SOURCE
sfcfiles.c
${CMAKE_CURRENT_BINARY_DIR}/sfcfiles.def)
add_library(sfcfiles MODULE ${SOURCE})
set_module_type(sfcfiles win32dll)
add_importlibs(sfcfiles msvcrt kernel32 ntdll)
add_cd_file(TARGET sfcfiles DESTINATION reactos/system32 FOR all)