From: Kornel Benko Date: Fri, 13 Jan 2017 16:18:25 +0000 (+0100) Subject: Cmake build: Missed to install citeengines dir in commit cf3f481 X-Git-Tag: 2.3.0alpha1~480 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7b57bea5d56a12d2cd92125f0b2b4f5d74dc9148;p=features.git Cmake build: Missed to install citeengines dir in commit cf3f481 --- diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake index 1c998d1540..839d9534ef 100755 --- a/development/cmake/Install.cmake +++ b/development/cmake/Install.cmake @@ -112,6 +112,7 @@ lyx_install("data" ${TOP_SRC_DIR}/lib kbd * .) lyx_install("data" ${TOP_SRC_DIR}/lib layouts * .) lyx_install("data" ${TOP_SRC_DIR}/lib lyx2lyx *.py .) lyx_install("data" ${TOP_SRC_DIR}/lib scripts *.py .) +lyx_install("data" ${TOP_SRC_DIR}/lib citeengines *.citeengine .) lyx_install("data" ${TOP_SRC_DIR}/lib . *.py .) lyx_install("data" ${TOP_SRC_DIR}/lib scripts *.R .) lyx_install("data" ${TOP_SRC_DIR}/lib templates * . springer)