Update CMakeLists.txt

This commit is contained in:
omron-ankit 2019-11-05 11:18:34 -06:00 committed by GitHub
parent 204bb6d850
commit a2ea409314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,7 @@ set (libdescription "B5T HVC Sensor")
add_subdirectory(stblib)
set (module_src "${libname}.cxx" "b5t007001.cxx")
set (module_hpp "${libname}.hpp" "b5t007001.hpp")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp stblib/usr_include/STBAPI.h stblib/usr_include/STBCommonDef.h stblib/usr_include/STBTypedef.h)
include_directories("stblib/src/include/")