mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
11 lines
306 B
Text
11 lines
306 B
Text
|
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)
|