From cdac9a5c4c5c2a7da30c3cf3c19f46208c097e62 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Wed, 31 May 2017 08:40:28 +0800 Subject: [PATCH] install cmake scripts to find dependencies for wrapping non-gtsam libs --- cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index b506a8f36..df0ca7582 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -21,6 +21,8 @@ install(FILES GtsamCythonWrap.cmake GtsamTesting.cmake FindCython.cmake + FindEigency.cmake + FindNumPy.cmake README.html DESTINATION "${SCRIPT_INSTALL_DIR}/GTSAMCMakeTools")