Support Get System Interface Capabilities command

This is common IPMI command, but not all systems support SSIF or KCS
interface. So we support this command in Ampere OEM repository.
Ampere system uses SSIF interface with multiple part and PEC supported.

Signed-off-by: Dung Cao <dung@os.amperecomputing.com>
Change-Id: I9fc7ef7db3db3f6db11e271ee8f8d26c8c2bb338
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8be967..d8b59f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,7 +78,8 @@
 
 add_library (zampoemcmds
              SHARED
-             src/bridgingcommands.cpp)
+             src/bridgingcommands.cpp
+             src/appcommands.cpp)
 
 set_target_properties (zampoemcmds PROPERTIES VERSION "0.1.0")
 set_target_properties (zampoemcmds PROPERTIES SOVERSION "0")