mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
5 lines
189 B
CMake
5 lines
189 B
CMake
set (libname "i2clcd")
|
|
add_library (i2clcd SHARED iiclcd.cxx lcm1602.cxx jhd1313m1.cxx ssd1308.cxx)
|
|
include_directories (${MAA_INCLUDE_DIR})
|
|
target_link_libraries (i2clcd ${MAA_LIBRARIES})
|