mirror of
https://github.com/eclipse/upm.git
synced 2025-07-15 16:21:11 +03:00
Update CMakeLists.txt
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
set (libname "2jciebu01_ble")
|
||||
set (libdescription "Omron Environment Sensor")
|
||||
set (module_src ${libname}.cxx ../2jciebu01.cxx)
|
||||
set (module_hpp ${libname}.hpp ../2jciebu01.hpp)
|
||||
upm_module_init()
|
||||
set (module_src ${libname}.cxx "2jciebu01.cxx")
|
||||
set (module_hpp ${libname}.hpp "2jciebu01.hpp")
|
||||
upm_module_init(2jcie-bu01_usb)
|
||||
|
Reference in New Issue
Block a user