* Sync up to trunk head (r65095).
[reactos.git] / dll / win32 / msisys.ocx / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4 spec2def(msisys.ocx msisys.ocx.spec)
5
6 list(APPEND SOURCE
7 msisys.c
8 ${CMAKE_CURRENT_BINARY_DIR}/msisys.def)
9
10 add_library(msisys SHARED ${SOURCE})
11 set_module_type(msisys win32ocx)
12 target_link_libraries(msisys wine)
13 add_importlibs(msisys msvcrt kernel32 ntdll)
14 add_cd_file(TARGET msisys DESTINATION reactos/system32 FOR all)