summaryrefslogtreecommitdiff
path: root/lib/IO/CMakeLists.txt
diff options
context:
space:
mode:
authorarphaman <arphaman@gmail.com>2013-07-14 14:07:24 +0100
committerarphaman <arphaman@gmail.com>2013-07-14 14:07:24 +0100
commit629688d345cd377559e164a5217fe030cbd84d95 (patch)
treea0c722f2d90ae1395d70d8f8981cb2189e6d1f43 /lib/IO/CMakeLists.txt
parent78cd387e394747fcbfdb0ffac54a0b9a8c8bec37 (diff)
downloadlibflangrt-629688d345cd377559e164a5217fe030cbd84d95.tar.gz
added functions for unformatted write
Diffstat (limited to 'lib/IO/CMakeLists.txt')
-rw-r--r--lib/IO/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/IO/CMakeLists.txt b/lib/IO/CMakeLists.txt
index 8b13789..c1fa3a5 100644
--- a/lib/IO/CMakeLists.txt
+++ b/lib/IO/CMakeLists.txt
@@ -1 +1,2 @@
-
+add_libflang_library(libflangIO
+ Write.cpp)