Add GetRawFru method
This method returns a byte array on dbus of the raw fru
given a bus and address.
Change-Id: I6aa08b9a9bb1d573014ccb9a5a103f5335f4abd8
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdf4622..70fcd44 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,6 +106,7 @@
target_link_libraries(fru-device stdc++fs)
target_link_libraries(fru-device ${Boost_LIBRARIES})
target_link_libraries(fru-device -lsystemd)
+target_link_libraries(fru-device phosphor_dbus)
add_executable(entity-manager src/EntityManager.cpp
src/Overlay.cpp