Warning, /graphics/krita/libs/psd/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kritapsd_SRCS
0002     psd_additional_layer_info_block.cpp
0003     psd_header.cpp
0004     psd_layer_record.cpp
0005     psd_layer_section.cpp
0006     psd_pixel_utils.cpp
0007     psd_resource_block.cpp
0008     psd_resource_section.cpp
0009 )
0010 
0011 kis_add_library(kritapsd SHARED ${kritapsd_SRCS})
0012 generate_export_header(kritapsd)
0013 
0014 target_link_libraries(kritapsd
0015     PUBLIC
0016         kritaimage
0017         kritapsdutils
0018 )
0019 
0020 set_target_properties(kritapsd PROPERTIES
0021     VERSION ${GENERIC_KRITA_LIB_VERSION}
0022     SOVERSION ${GENERIC_KRITA_LIB_SOVERSION}
0023 )
0024 
0025 install(TARGETS kritapsd ${INSTALL_TARGETS_DEFAULT_ARGS})