Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / dll / win32 / msisys.ocx / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(msisys.ocx msisys.ocx.spec)
6
7 list(APPEND SOURCE
8 msisys.c
9 ${CMAKE_CURRENT_BINARY_DIR}/msisys.def)
10
11 add_library(msisys SHARED ${SOURCE})
12
13 set_module_type(msisys win32ocx)
14 target_link_libraries(msisys uuid wine)
15 add_importlibs(msisys msvcrt kernel32 ntdll)
16 add_cd_file(TARGET msisys DESTINATION reactos/system32 FOR all)