comparison plugins/CMakeLists.txt @ 768:d8bf53170fb6

Plugin links: fix various errors, closes #912 @2h Import uriparser to decode URLs correctly with fragment and query support for a better link decomposition. Improve pre-check message to allow people writing text after the link, e.g: http://example.org <- you should check this Improve relocation. Split code for better style.
author David Demelier <markand@malikania.fr>
date Wed, 24 Oct 2018 21:05:00 +0200
parents 4b5dba257d81
children 8c44bbcbbab9
comparison
equal deleted inserted replaced
767:a2db884f2e4b 768:d8bf53170fb6
50 SCRIPT ${plugins_SOURCE_DIR}/${plugin}/${plugin}.js 50 SCRIPT ${plugins_SOURCE_DIR}/${plugin}/${plugin}.js
51 DOCS ${plugins_SOURCE_DIR}/${plugin}/${plugin}.md 51 DOCS ${plugins_SOURCE_DIR}/${plugin}/${plugin}.md
52 ) 52 )
53 endforeach () 53 endforeach ()
54 54
55 foreach (plugin ${IRCCD_NATIVE_PLUGINS}) 55 add_subdirectory(links)
56 irccd_define_plugin(
57 NAME ${plugin}
58 TYPE NATIVE
59 SOURCES ${plugins_SOURCE_DIR}/${plugin}/${plugin}.cpp
60 DOCS ${plugins_SOURCE_DIR}/${plugin}/${plugin}.md
61 )
62 endforeach ()