Merge r55012 adding Wine3D control panel as per Amine's request.
[reactos.git] / dll / win32 / sfc_os / CMakeLists.txt
1
2 spec2def(sfc_os.dll sfc_os.spec)
3
4 list(APPEND SOURCE
5 sfc_os.c
6 ${CMAKE_CURRENT_BINARY_DIR}/sfc_os_stubs.c
7 ${CMAKE_CURRENT_BINARY_DIR}/sfc_os.def)
8
9 add_library(sfc_os SHARED ${SOURCE})
10
11 set_module_type(sfc_os win32dll)
12 add_importlibs(sfc_os msvcrt kernel32 ntdll)
13 add_importlib_target(sfc_os.spec)
14 add_pch(sfc_os precomp.h)
15 add_cd_file(TARGET sfc_os DESTINATION reactos/system32 FOR all)