Warning, /utilities/konsole/src/decoders/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_library(konsoledecoders
0003     OBJECT
0004     PlainTextDecoder.cpp
0005     HTMLDecoder.cpp
0006 )
0007 
0008 set_target_properties(konsoledecoders PROPERTIES POSITION_INDEPENDENT_CODE ON)
0009 # generate_export_header(konsoledecoders BASE_NAME konsoledecoders)
0010 target_include_directories(konsoledecoders
0011     PUBLIC ${CMAKE_CURRENT_BINARY_DIR}
0012     INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
0013 
0014 # TODO: remove the konsolecolorscheme dependencies
0015 target_link_libraries(konsoledecoders konsolecharacters)