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