comparison tests/src/plugins/history/CMakeLists.txt @ 722:3e816cebed2c

Irccd: make plugin pure abstract, closes #796 @3h
author David Demelier <markand@malikania.fr>
date Mon, 16 Jul 2018 21:19:47 +0200
parents 27587ff92a64
children 8c44bbcbbab9
comparison
equal deleted inserted replaced
721:2fa1f2c898ee 722:3e816cebed2c
18 18
19 irccd_define_test( 19 irccd_define_test(
20 NAME plugin-history 20 NAME plugin-history
21 SOURCES main.cpp 21 SOURCES main.cpp
22 LIBRARIES libirccd 22 LIBRARIES libirccd
23 FLAGS 23 FLAGS PLUGIN_PATH="${CMAKE_SOURCE_DIR}/plugins/history/history.js"
24 PLUGIN_NAME="history"
25 PLUGIN_PATH="${CMAKE_SOURCE_DIR}/plugins/history/history.js"
26 ) 24 )