xref: /reactos/dll/win32/sfcfiles/CMakeLists.txt (revision 0c42866e)
1spec2def(sfcfiles.dll sfcfiles.spec)
2
3list(APPEND SOURCE
4    sfcfiles.c
5    ${CMAKE_CURRENT_BINARY_DIR}/sfcfiles.def)
6
7add_library(sfcfiles MODULE ${SOURCE})
8set_module_type(sfcfiles win32dll)
9add_importlibs(sfcfiles msvcrt kernel32 ntdll)
10add_cd_file(TARGET sfcfiles DESTINATION reactos/system32 FOR all)
11