- Fix more dlls.
[reactos.git] / dll / win32 / mscoree / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(mscoree.dll mscoree.spec)
6
7 add_library(mscoree SHARED corruntimehost.c mscoree_main.c ${CMAKE_CURRENT_BINARY_DIR}/mscoree.def)
8
9 set_module_type(mscoree win32dll)
10
11 target_link_libraries(mscoree
12 wine
13 uuid)
14
15 add_importlibs(mscoree advapi32 shell32 msvcrt kernel32 ntdll)
16
17 add_cab_target(mscoree 1)