2010-08-22 22:52:07 +00:00
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
2010-11-19 17:59:23 +00:00
|
|
|
add_library(compstui SHARED compstui_main.c ${CMAKE_CURRENT_BINARY_DIR}/compstui.def)
|
2010-08-22 22:52:07 +00:00
|
|
|
|
2010-10-02 22:19:59 +00:00
|
|
|
set_module_type(compstui win32dll)
|
2010-08-22 22:52:07 +00:00
|
|
|
|
2010-11-19 14:21:18 +00:00
|
|
|
set_export_spec(compstui compstui.spec)
|
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
target_link_libraries(compstui wine)
|
2010-08-22 22:52:07 +00:00
|
|
|
|
2010-10-02 22:19:59 +00:00
|
|
|
add_importlibs(compstui kernel32 ntdll)
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(compstui 1)
|
2010-11-19 14:21:18 +00:00
|
|
|
add_importlib_target(compstui.spec)
|
|
|
|
|