Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / CMakeLists.txt
index 9bd803d..ec39705 100644 (file)
@@ -27,6 +27,7 @@ SET( zypp_SRCS
   PluginFrameException.cc
   PluginScript.cc
   PluginScriptException.cc
+  PluginExecutor.cc
   Fetcher.cc
   FileChecker.cc
   Glob.cc
@@ -117,6 +118,7 @@ SET( zypp_HEADERS
   PluginFrameException.h
   PluginScript.h
   PluginScriptException.h
+  PluginExecutor.h
   Fetcher.h
   FileChecker.h
   Glob.h
@@ -264,7 +266,9 @@ SET( zypp_base_HEADERS
   base/Regex.h
   base/Sysconfig.h
   base/Tr1hash.h
+  base/TypeTraits.h
   base/Unit.h
+  base/ValueTransform.h
   base/WatchFile.h
   base/Xml.h
 )