Skip to content

Commit

Permalink
Migrate Dreamfocuser
Browse files Browse the repository at this point in the history
  • Loading branch information
naheedsa committed Oct 8, 2024
1 parent 331cc44 commit 6447a7b
Show file tree
Hide file tree
Showing 3 changed files with 921 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/focuser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ add_executable(indi_rainbowrsf_focus ${RSF_SRC})
target_link_libraries(indi_rainbowrsf_focus indidriver)
install(TARGETS indi_rainbowrsf_focus RUNTIME DESTINATION bin)

# ############### Dream Focuser ################
SET(dreamfocuser_SRC
dreamfocuser.cpp)

add_executable(indi_dreamfocuser_focus ${dreamfocuser_SRC})
target_link_libraries(indi_dreamfocuser_focus indidriver)
install(TARGETS indi_dreamfocuser_focus RUNTIME DESTINATION bin)

# ########## Lakeside ###########
set(indilakeside_SRCS lakeside.cpp)

Expand Down
Loading

0 comments on commit 6447a7b

Please sign in to comment.