]> git.lyx.org Git - features.git/commitdiff
Cmake build: Missed to install citeengines dir in commit cf3f481
authorKornel Benko <kornel@lyx.org>
Fri, 13 Jan 2017 16:18:25 +0000 (17:18 +0100)
committerKornel Benko <kornel@lyx.org>
Fri, 13 Jan 2017 16:18:25 +0000 (17:18 +0100)
development/cmake/Install.cmake

index 1c998d1540ecade1aa287a28632aa9f81168829f..839d9534efb1c895ff6aebaa2582b84631747b70 100755 (executable)
@@ -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)