X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/c5c2e25140c048de78316f9d8faf01dc58509401..b57bffe30e8f531f21f0d50e4dc5f58275d8522e:/CMakeLists.txt?ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f0439b..a251c13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,5 +7,7 @@ add_library(lat_neigh neigh.cpp) add_library(lat_writeout writeout.cpp) +add_library(lat_paraq paraq.cpp) + add_executable(neigh_test neigh_test.cpp) target_link_libraries(neigh_test lat_neigh) \ No newline at end of file