From 9bbab17124d442f24440ee8531aa630ebc5674f3 Mon Sep 17 00:00:00 2001 From: Mansard <nmansard@laas.fr> Date: Thu, 27 Jan 2011 18:27:52 +0100 Subject: [PATCH] Added exception.hh in the files to install. --- include/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 5e93dfe..cdf8177 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -18,4 +18,5 @@ include(../cmake/header.cmake) # Headers list. SET(${PROJECT_NAME}_HEADERS interpreter.hh + exception-python.hh ) -- GitLab