[CMAKE]
[reactos.git] / dll / win32 / sfc / CMakeLists.txt
1
2 spec2def(sfc.dll sfc.spec)
3
4 list(APPEND SOURCE
5 sfc.c
6 ${CMAKE_CURRENT_BINARY_DIR}/sfc_stubs.c
7 ${CMAKE_CURRENT_BINARY_DIR}/sfc.def)
8
9 add_library(sfc SHARED
10 ${CMAKE_CURRENT_BINARY_DIR}/sfc_precomp.h.gch
11 ${SOURCE})
12
13 set_module_type(sfc win32dll)
14
15 add_importlibs(sfc msvcrt kernel32 ntdll)
16 add_pch(sfc ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
17
18 add_cab_target(sfc 1)