[INSENG] Sync with Wine Staging 1.7.47. CORE-9924
[reactos.git] / reactos / dll / win32 / inseng / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4 spec2def(inseng.dll inseng.spec)
5
6 list(APPEND SOURCE
7 inseng_main.c
8 ${CMAKE_CURRENT_BINARY_DIR}/inseng_stubs.c
9 ${CMAKE_CURRENT_BINARY_DIR}/inseng.def)
10
11 add_library(inseng SHARED ${SOURCE} inseng.rc)
12 set_module_type(inseng win32dll)
13 target_link_libraries(inseng uuid wine)
14 add_importlibs(inseng msvcrt kernel32 ntdll)
15 add_cd_file(TARGET inseng DESTINATION reactos/system32 FOR all)