Skip to content

Commit

Permalink
install telescope when compiling the program
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Feb 6, 2020
1 parent 718ef56 commit a2e99a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "external/bxzstr"]
path = external/bxzstr
url = https://github.com/tmaklin/bxzstr.git
[submodule "external/telescope"]
path = external/telescope
url = https://github.com/tmaklin/telescope.git
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ endif()
set(LIBLZMA_FOUND 0)
set(BZIP2_FOUND 0)
add_subdirectory(${CMAKE_SOURCE_DIR}/external/bxzstr)
add_subdirectory(${CMAKE_SOURCE_DIR}/external/telescope
${CMAKE_BINARY_DIR}/external/telescope/build)

## Get version number from git tags
find_package(Git)
Expand Down
1 change: 1 addition & 0 deletions external/telescope
Submodule telescope added at 5a710a

0 comments on commit a2e99a1

Please sign in to comment.