diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2012-12-20 19:55:02 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2012-12-20 19:55:02 -0800 |
commit | 57d9b46d085b6ab208b883e15fed415abb76fea3 (patch) | |
tree | 5ff4d85b836387a699cdeba1094b6c519e041d9b /gruel | |
parent | 1de1598bb28ea32db4517f721003795aa1367e07 (diff) | |
parent | 4d391cc393f3ace6ab533612281eb2e6a1d3d0f5 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gruel')
-rw-r--r-- | gruel/CMakeLists.txt | 1 |
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} ) ######################################################################## |