From 0a979f6a557f60706e1d097a591ae6d3f6f86d55 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Sat, 25 Mar 2017 23:32:44 -0400 Subject: [PATCH] install FindCython.cmake script to wrap other projects --- cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 9917e8eba..b506a8f36 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -20,6 +20,7 @@ install(FILES GtsamPythonWrap.cmake GtsamCythonWrap.cmake GtsamTesting.cmake + FindCython.cmake README.html DESTINATION "${SCRIPT_INSTALL_DIR}/GTSAMCMakeTools")