]> git.treefish.org Git - phys/latlib.git/blobdiff - CMakeLists.txt
wrote neigh test routine
[phys/latlib.git] / CMakeLists.txt
index 7ef5aae2eeb763fa3339ef942fd9ee2a77699bd1..2f0439b2ecc689c230c28b29bde6917b51ad100f 100644 (file)
@@ -1,3 +1,11 @@
 project(latlib)
 
 project(latlib)
 
-add_library(obs obs.cpp)
\ No newline at end of file
+add_library(lat_configcache configcache.cpp)
+target_link_libraries(lat_configcache boost_iostreams)
+
+add_library(lat_neigh neigh.cpp)
+
+add_library(lat_writeout writeout.cpp)
+
+add_executable(neigh_test neigh_test.cpp)
+target_link_libraries(neigh_test lat_neigh)
\ No newline at end of file