summaryrefslogtreecommitdiff
path: root/cmake/Modules/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum2013-07-30 21:42:42 -0700
committerJosh Blum2013-07-30 21:42:42 -0700
commit1f138be25bd634e18f855eca7b1329d6e333c8fa (patch)
tree53c630774d40f3fa63492dbfc34635acd22af7b8 /cmake/Modules/CMakeLists.txt
parent17d636eec0ee0da346173066dd4f400a64e96c44 (diff)
downloadsandhi-1f138be25bd634e18f855eca7b1329d6e333c8fa.tar.gz
sandhi-1f138be25bd634e18f855eca7b1329d6e333c8fa.tar.bz2
sandhi-1f138be25bd634e18f855eca7b1329d6e333c8fa.zip
gras: copied common defs into a new cmake file
Diffstat (limited to 'cmake/Modules/CMakeLists.txt')
-rw-r--r--cmake/Modules/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/CMakeLists.txt b/cmake/Modules/CMakeLists.txt
index d2eb07f..87f5116 100644
--- a/cmake/Modules/CMakeLists.txt
+++ b/cmake/Modules/CMakeLists.txt
@@ -12,6 +12,7 @@ list(APPEND GRAS_TOOL_SOURCES
install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/GRASTool.cmake
+ ${CMAKE_CURRENT_SOURCE_DIR}/GRASCommon.cmake
${CMAKE_CURRENT_SOURCE_DIR}/GrTest.cmake
DESTINATION share/gras/cmake/Modules
COMPONENT ${GRAS_COMP_DEVEL}