[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / dll / win32 / softpub / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
4 spec2def(softpub.dll softpub.spec)
5
6 add_library(softpub SHARED
7 softpub.rc
8 ${CMAKE_CURRENT_BINARY_DIR}/softpub.def)
9
10 set_module_type(softpub win32dll ENTRYPOINT 0 )
11 target_link_libraries(softpub wine)
12 add_importlibs(softpub wintrust)
13 add_cd_file(TARGET softpub DESTINATION reactos/system32 FOR all)