]> git.treefish.org Git - phys/latlib.git/blobdiff - CMakeLists.txt
added outfile-flush
[phys/latlib.git] / CMakeLists.txt
index 7ef5aae2eeb763fa3339ef942fd9ee2a77699bd1..117984c46918e593a0919ee78da7aa32de508ec2 100644 (file)
@@ -1,3 +1,6 @@
 project(latlib)
 
 project(latlib)
 
-add_library(obs obs.cpp)
\ No newline at end of file
+add_library(obs obs.cpp)
+add_library(configcache configcache.cpp)
+
+target_link_libraries(configcache boost_iostreams)
\ No newline at end of file