Skip to content

Commit

Permalink
CMake configuration for focuser moved to drivers/focuser
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-englmaier committed Jan 27, 2024
1 parent ba34872 commit efa02de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/focuser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@ add_executable(indi_steeldrive_focus ${steeldrive_SRC})
target_link_libraries(indi_steeldrive_focus indidriver)
install(TARGETS indi_steeldrive_focus RUNTIME DESTINATION bin)

################ Alluna TCS2 Focuser ################

SET(allunatcs2_SRC
alluna_tcs2.cpp)

add_executable(indi_alluna_tcs2 ${allunatcs2_SRC})
target_link_libraries(indi_alluna_tcs2 indidriver)
install(TARGETS indi_alluna_tcs2 RUNTIME DESTINATION bin)

# ############### FocusLynx Focuser ################
SET(focuslynx_SRC
focuslynxbase.cpp
Expand Down

0 comments on commit efa02de

Please sign in to comment.