From efa02de6e301c678f2deb723c4f7b803b3299803 Mon Sep 17 00:00:00 2001 From: Peter Englmaier Date: Sat, 27 Jan 2024 17:15:54 +0100 Subject: [PATCH] CMake configuration for focuser moved to drivers/focuser --- drivers/focuser/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/focuser/CMakeLists.txt b/drivers/focuser/CMakeLists.txt index 88f094dc24..10af16cdaf 100644 --- a/drivers/focuser/CMakeLists.txt +++ b/drivers/focuser/CMakeLists.txt @@ -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