Add Transport commands
Added Get config SoL transport commands for FB tiogapass.
Change-Id: I1e1f0bf13bc8787dcb4e48f13f996365280ebc9a
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a475a78..a4971b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,8 @@
add_library (zfboemcmds
SHARED src/oemcommands.cpp src/appcommands.cpp
- src/storagecommands.cpp src/usb-dbg.cpp)
+ src/storagecommands.cpp src/usb-dbg.cpp
+ src/transportcommands.cpp)
set_target_properties (zfboemcmds PROPERTIES VERSION "0.1.0")
set_target_properties (zfboemcmds PROPERTIES SOVERSION "0")
target_link_libraries (zfboemcmds sdbusplus)