mirror of
https://github.com/eddyem/small_tel.git
synced 2026-05-08 13:57:07 +03:00
seems like it works
This commit is contained in:
@@ -37,4 +37,9 @@ if(REINHARDT)
|
||||
list(APPEND LIBS reinhardt)
|
||||
endif()
|
||||
|
||||
if(WXA100)
|
||||
add_library(wxa100 SHARED wxa100.c)
|
||||
list(APPEND LIBS wxa100)
|
||||
endif()
|
||||
|
||||
install(TARGETS ${LIBS} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
Reference in New Issue
Block a user