File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 993993 <driver name =" DomePro2" >indi_domepro2_dome</driver >
994994 <version >1.0</version >
995995 </device >
996+ <device label =" RTI Dome" manufacturer =" DIY" >
997+ <driver name =" RTI Dome" >indi_rti_dome</driver >
998+ <version >1.0</version >
999+ </device >
9961000 <device label =" NexDome Beaver" manufacturer =" Lunatico" >
9971001 <driver name =" NexDome Beaver" >indi_nexdome_beaver</driver >
9981002 <version >1.0</version >
Original file line number Diff line number Diff line change @@ -102,6 +102,14 @@ add_executable(indi_alpaca_dome ${alpaca_dome_SRC})
102102target_link_libraries (indi_alpaca_dome indidriver indiclient ${HTTPLIB_LIBRARY} )
103103install (TARGETS indi_alpaca_dome RUNTIME DESTINATION bin)
104104
105+ # ############### RTI Dome ################
106+ SET (rtidome_SRC
107+ rti_dome.cpp)
108+
109+ add_executable (indi_rti_dome ${rtidome_SRC} )
110+ target_link_libraries (indi_rti_dome indidriver )
111+ install (TARGETS indi_rti_dome RUNTIME DESTINATION bin)
112+
105113# ############### Hakos Roof ################
106114SET (hakos_roof_SRC
107115 indi_hakos_roof.cpp)
You can’t perform that action at this time.
0 commit comments