From a2ea409314acdf99a9f4801990a069d014543ea2 Mon Sep 17 00:00:00 2001 From: omron-ankit <47993414+omron-ankit@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:18:34 -0600 Subject: [PATCH] Update CMakeLists.txt --- src/b5t007001/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/b5t007001/CMakeLists.txt b/src/b5t007001/CMakeLists.txt index 861cf985..34477848 100644 --- a/src/b5t007001/CMakeLists.txt +++ b/src/b5t007001/CMakeLists.txt @@ -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/")