Install configurations in CMake Instead of Recipe

Change-Id: If9310a25f9a43f6ce3f2fd3782b24aa46b918daa
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6edef8..ce5d5e1 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,3 +106,6 @@
 endif()
 
 install (TARGETS fru-device entity-manager DESTINATION bin)
+install (DIRECTORY configurations DESTINATION share)
+install (DIRECTORY overlay_templates DESTINATION share)
+# install (DIRECTORY schemas DESTINATION share/configurations)