mirror of
https://github.com/eddyem/small_tel.git
synced 2026-05-07 13:27:06 +03:00
add BTA, reinhard and Hydreon sensors
This commit is contained in:
@@ -21,4 +21,20 @@ if(FDEXAMPLE)
|
||||
list(APPEND LIBS fdex)
|
||||
endif()
|
||||
|
||||
if(HYDREON)
|
||||
add_library(hydreon SHARED hydreon.c)
|
||||
list(APPEND LIBS hydreon)
|
||||
endif()
|
||||
|
||||
if(BTAMETEO)
|
||||
add_library(btameteo SHARED btameteo.c bta_shdata.c)
|
||||
target_link_libraries(btameteo -lcrypt)
|
||||
list(APPEND LIBS btameteo)
|
||||
endif()
|
||||
|
||||
if(REINHARDT)
|
||||
add_library(reinhardt SHARED reinhardt.c)
|
||||
list(APPEND LIBS reinhardt)
|
||||
endif()
|
||||
|
||||
install(TARGETS ${LIBS} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
Reference in New Issue
Block a user