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