Warning, /office/calligra/karbon/common/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(karboncommon_LIB_SRCS
0002     KarbonGlobal.cpp
0003     KarbonOutlinePaintingStrategy.cpp
0004 
0005     commands/KarbonBooleanCommand.cpp
0006 )
0007 
0008 add_library( karboncommon SHARED ${karboncommon_LIB_SRCS} )
0009 generate_export_header(karboncommon BASE_NAME karboncommon)
0010 
0011 target_link_libraries(karboncommon
0012     PUBLIC
0013         komain
0014     PRIVATE
0015         kowidgets
0016 )
0017 
0018 set_target_properties(karboncommon PROPERTIES VERSION ${GENERIC_CALLIGRA_LIB_VERSION} SOVERSION ${GENERIC_CALLIGRA_LIB_SOVERSION} )
0019 
0020 install(TARGETS karboncommon  ${INSTALL_TARGETS_DEFAULT_ARGS})