X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/d3e332b13eccd2fa7e467770f6d973b4f34904cf..931c993776aa8bc41f11d6d676a894324d73a1a3:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index a251c13..017d8d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,5 +9,7 @@ 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