summaryrefslogtreecommitdiff
path: root/gruel
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2012-12-20 19:54:53 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2012-12-20 19:54:53 -0800
commit4d391cc393f3ace6ab533612281eb2e6a1d3d0f5 (patch)
tree88ef1bf34788ab78a64cd5e5a5df4cccdf6db535 /gruel
parent6fd15fce151b18fe00f9ab0db12512563172711d (diff)
parent92bbf34ce7f8a8c2e335b5ee244b1269175929b2 (diff)
Merge branch 'maint'
Diffstat (limited to 'gruel')
-rw-r--r--gruel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gruel/CMakeLists.txt b/gruel/CMakeLists.txt
index 627135abe9..3e8c5166e5 100644
--- a/gruel/CMakeLists.txt
+++ b/gruel/CMakeLists.txt
@@ -37,6 +37,7 @@ include(GrMiscUtils)
GR_SET_GLOBAL(GRUEL_INCLUDE_DIRS
${CMAKE_CURRENT_SOURCE_DIR}/src/include
${CMAKE_CURRENT_BINARY_DIR}/src/include
+ ${Boost_INCLUDE_DIRS}
)
########################################################################