parent
86baf22c01
commit
200e910fbc
10 changed files with 43 additions and 21 deletions
@ -0,0 +1,13 @@ |
||||
|
||||
add_library(konsoledecoders |
||||
OBJECT |
||||
PlainTextDecoder.cpp |
||||
HTMLDecoder.cpp |
||||
) |
||||
generate_export_header(konsoledecoders BASE_NAME konsoledecoders) |
||||
target_include_directories(konsoledecoders |
||||
PUBLIC ${CMAKE_CURRENT_BINARY_DIR} |
||||
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) |
||||
|
||||
# TODO: remove the konsolecolorscheme dependencies |
||||
target_link_libraries(konsoledecoders konsolecharacters konsolecolorscheme) |
||||
Loading…
Reference in new issue