update CMakeLists.txt to reflect relocated kolmogorov-smirnov files
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index df7f1c0..c4d87c4 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -43,6 +43,8 @@
 			include/conditional_forward.hpp
 			include/ceiling_power_of_2.hpp
 			include/bounds_binomial_proportions.hpp
+			include/kolmogorov_smirnov.hpp
+			include/kolmogorov_smirnov_impl.hpp
 			include/quantile_sketch_sorted_view.hpp
 			include/quantile_sketch_sorted_view_impl.hpp
   DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches")
diff --git a/kll/CMakeLists.txt b/kll/CMakeLists.txt
index 230f020..7582b15 100644
--- a/kll/CMakeLists.txt
+++ b/kll/CMakeLists.txt
@@ -41,6 +41,4 @@
 		include/kll_sketch_impl.hpp	
 		include/kll_helper.hpp
 		include/kll_helper_impl.hpp
-		include/kolmogorov_smirnov.hpp
-		include/kolmogorov_smirnov_impl.hpp
   DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches")