]> git.treefish.org Git - phys/latlib.git/blob - CMakeLists.txt
added outfile-flush
[phys/latlib.git] / CMakeLists.txt
1 project(latlib)
2
3 add_library(obs obs.cpp)
4 add_library(configcache configcache.cpp)
5
6 target_link_libraries(configcache boost_iostreams)