]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/utils/CMakeLists.txt
Implemented basic TCP support layer
[bamtools.git] / src / api / internal / utils / CMakeLists.txt
diff --git a/src/api/internal/utils/CMakeLists.txt b/src/api/internal/utils/CMakeLists.txt
new file mode 100644 (file)
index 0000000..38a6957
--- /dev/null
@@ -0,0 +1,15 @@
+# ==========================
+# BamTools CMakeLists.txt
+# (c) 2011 Derek Barnett
+#
+# src/api/internal/utils
+# ==========================
+
+set ( InternalUtilsDir "${InternalDir}/utils" )
+
+set ( InternalUtilsSources
+        ${InternalUtilsDir}/BamException_p.cpp
+
+        PARENT_SCOPE # <-- leave this last
+)
+