2014-05-30 05:50:31 -07:00
|
|
|
set (libname "i2clcd")
|
2014-06-05 13:02:49 +00:00
|
|
|
add_library (i2clcd SHARED iiclcd.cxx lcm1602.cxx jhd1313m1.cxx ssd1308.cxx)
|
2014-05-30 05:50:31 -07:00
|
|
|
include_directories (${MAA_INCLUDE_DIR})
|
|
|
|
|
target_link_libraries (i2clcd ${MAA_LIBRARIES})
|