X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/9f6e969663a4126813ae8a37d87acdb698ef8e62..5130e6aac4031f6d169390e67b68fe72b40d8eef:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ef5aae..6778184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,6 @@ project(latlib) -add_library(obs obs.cpp) \ No newline at end of file +add_library(configcache configcache.cpp) +target_link_libraries(configcache boost_iostreams) + +add_library(writeout writeout.cpp) \ No newline at end of file