mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
085f135f1a
Sfcfiles.dll contains only a short list of protected files (WIP).
10 lines
306 B
CMake
10 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)
|