From: maier Date: Thu, 20 Sep 2012 09:10:58 +0000 (+0000) Subject: Bugfix: Add the includes as well X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b906453a3c67a6c837147587a138b606b6c439;p=dealii-svn.git Bugfix: Add the includes as well git-svn-id: https://svn.dealii.org/branches/branch_cmake@26552 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/scripts/CMakeLists.txt b/deal.II/scripts/CMakeLists.txt index 9c48ad31c7..dba97a4a29 100644 --- a/deal.II/scripts/CMakeLists.txt +++ b/deal.II/scripts/CMakeLists.txt @@ -4,6 +4,11 @@ IF(DEAL_II_INSTALL_COMPAT_FILES) # Build and install the old dependency_resolution executable: # + INCLUDE_DIRECTORIES( + ${CMAKE_SOURCE_DIR}/include/ + ${CMAKE_BINARY_DIR}/include/ + ) + ADD_EXECUTABLE(make_dependencies make_dependencies.cc) ADD_EXECUTABLE(report_features report_features.cc)