X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/c5c2e25140c048de78316f9d8faf01dc58509401..931c993776aa8bc41f11d6d676a894324d73a1a3:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f0439b..017d8d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,5 +7,9 @@ add_library(lat_neigh neigh.cpp) add_library(lat_writeout writeout.cpp) +add_library(lat_paraq paraq.cpp) + +add_library(lat_progress progress.cpp) + add_executable(neigh_test neigh_test.cpp) target_link_libraries(neigh_test lat_neigh) \ No newline at end of file