From: maier Date: Wed, 5 Feb 2014 10:43:56 +0000 (+0000) Subject: CMake: Bugfix: Add header to quick_tests. Closes bug 185. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c14763fb1ca2177249b15cae800fa8e2ca8bed6;p=dealii-svn.git CMake: Bugfix: Add header to quick_tests. Closes bug 185. git-svn-id: https://svn.dealii.org/trunk@32411 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/tests/quick_tests/CMakeLists.txt b/deal.II/tests/quick_tests/CMakeLists.txt index e8d639f481..a943700780 100644 --- a/deal.II/tests/quick_tests/CMakeLists.txt +++ b/deal.II/tests/quick_tests/CMakeLists.txt @@ -19,6 +19,13 @@ # ENABLE_TESTING() +INCLUDE_DIRECTORIES( + ${CMAKE_BINARY_DIR}/include/ + ${CMAKE_SOURCE_DIR}/include/ + ${DEAL_II_BUNDLED_INCLUDE_DIRS} + ${DEAL_II_INCLUDE_DIRS} + ) + # Use the first available build type (this prefers debug mode if available): LIST(GET DEAL_II_BUILD_TYPES 0 _mybuild) MESSAGE(STATUS "Setting up quick_tests in ${_mybuild} mode")