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:
Noel Eck
2016-10-20 16:19:59 -07:00
parent 94cd7f185f
commit b5a33f6ee3
113 changed files with 113 additions and 113 deletions

View File

@ -1,5 +1,5 @@
set (libname "ozw")
set (libdescription "upm module for the OpenZWave library interface")
set (libdescription "Module for the OpenZWave library interface")
set (module_src ${libname}.cxx zwNode.cxx ozwinterface.cxx ozwdump.cxx aeotecss6.cxx aeotecsdg2.cxx aeotecdw2e.cxx aeotecdsb09104.cxx tzemt400.cxx)
set (module_hpp ${libname}.hpp ozwinterface.hpp ozwdump.hpp aeotecss6.hpp aeotecsdg2.hpp aeotecdw2e.hpp aeotecdsb09104.hpp tzemt400.hpp)