Update CMakeLists.txt

This commit is contained in:
omron-ankit 2019-03-25 14:07:00 -07:00 committed by GitHub
parent c85078c9ea
commit ee98b07863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
set (libname "2jciebu01_usb") set (libname "2jciebu01_usb")
set (libdescription "Omron Environment Sensor") set (libdescription "Omron Environment Sensor")
set (module_src ${libname}.cxx ../2jciebu01.cxx) set (module_src ${2jciebu01}.cxx)
set (module_hpp ${libname}.hpp ../2jciebu01.hpp) set (module_hpp ${2jciebu01}.hpp)
upm_module_init(mraa utilities-c) upm_module_init(mraa utilities-c)