From 4ca65499cbf9a4f7442015c88061603cc69e9b65 Mon Sep 17 00:00:00 2001
From: "T.J. Corona" <tj.corona@kitware.com>
Date: Mon, 20 Aug 2018 13:12:07 -0400
Subject: [PATCH] Install header files that for some reason were missed.

---
 smtk/attribute/CMakeLists.txt | 1 +
 smtk/common/CMakeLists.txt    | 1 +
 smtk/operation/CMakeLists.txt | 1 +
 3 files changed, 3 insertions(+)

diff --git a/smtk/attribute/CMakeLists.txt b/smtk/attribute/CMakeLists.txt
index 7e0936e4c9..0bf5d04378 100644
--- a/smtk/attribute/CMakeLists.txt
+++ b/smtk/attribute/CMakeLists.txt
@@ -116,6 +116,7 @@ set(attributeHeaders
   SearchStyle.h
   StringItem.h
   StringItemDefinition.h
+  Tag.h
   ValueItem.h
   ValueItemDefinition.h
   ValueItemDefinitionTemplate.h
diff --git a/smtk/common/CMakeLists.txt b/smtk/common/CMakeLists.txt
index fb093be3f4..37946e2422 100644
--- a/smtk/common/CMakeLists.txt
+++ b/smtk/common/CMakeLists.txt
@@ -31,6 +31,7 @@ set(commonHeaders
   Paths.h
   RangeDetector.h
   Registry.h
+  Singleton.h
   StringUtil.h
   TimeZone.h
   TypeName.h
diff --git a/smtk/operation/CMakeLists.txt b/smtk/operation/CMakeLists.txt
index d1831b5262..2395bf82ee 100644
--- a/smtk/operation/CMakeLists.txt
+++ b/smtk/operation/CMakeLists.txt
@@ -32,6 +32,7 @@ set(operationHeaders
   Operation.h
   Registrar.h
   ResourceManagerOperation.h
+  SpecificationOps.h
   XMLOperation.h
 
   groups/CreatorGroup.h
-- 
GitLab