Skip to content

Commit

Permalink
Initial skeleton for SiTech mount
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Mar 3, 2019
1 parent 72a6e2c commit 9a0f1d7
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libindi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,17 @@ install(TARGETS indi_celestron_gps RUNTIME DESTINATION bin)

#################################################################################

########### SiTech ############
SET(sitech_SRC
${CMAKE_CURRENT_SOURCE_DIR}/drivers/telescope/sitech.cpp)

add_executable(indi_sitech_telescope ${sitech_SRC})

target_link_libraries(indi_sitech_telescope indidriver)

install(TARGETS indi_sitech_telescope RUNTIME DESTINATION bin)

#################################################################################

########### Takahashi Temma ##########
SET(temma_SRC
Expand Down
Loading

0 comments on commit 9a0f1d7

Please sign in to comment.