mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
cmake: Cleanup of src CMakeLists.txt description field
Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
set (libname "bacnetmstp")
|
||||
set (libdescription "upm driver module for BACnet MS/TP devices")
|
||||
set (libdescription "Driver module for BACnet MS/TP devices")
|
||||
set (module_src ${libname}.cxx device-client.c bacnetutil.cxx)
|
||||
set (module_hpp ${libname}.hpp bacnetutil.hpp)
|
||||
|
||||
|
Reference in New Issue
Block a user