diff options
author | Josh Blum | 2013-07-30 22:32:56 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-30 22:32:56 -0700 |
commit | ea1e706c673e3e7f9363e67064088571e9e34cd5 (patch) | |
tree | 716716817008daa17be56f7a9cf0ff02dc7be1aa /cmake/Modules/CMakeLists.txt | |
parent | 1f138be25bd634e18f855eca7b1329d6e333c8fa (diff) | |
download | sandhi-ea1e706c673e3e7f9363e67064088571e9e34cd5.tar.gz sandhi-ea1e706c673e3e7f9363e67064088571e9e34cd5.tar.bz2 sandhi-ea1e706c673e3e7f9363e67064088571e9e34cd5.zip |
gras: added helpful gr python module to install
Diffstat (limited to 'cmake/Modules/CMakeLists.txt')
-rw-r--r-- | cmake/Modules/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/Modules/CMakeLists.txt b/cmake/Modules/CMakeLists.txt index 87f5116..d275f71 100644 --- a/cmake/Modules/CMakeLists.txt +++ b/cmake/Modules/CMakeLists.txt @@ -12,8 +12,9 @@ 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 + GRASCommon.cmake + GrTest.cmake + GrPython.cmake DESTINATION share/gras/cmake/Modules COMPONENT ${GRAS_COMP_DEVEL} ) |