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