X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/6b382d09f3825aca16f33e28e479b663d22e8a43..c5c2e25140c048de78316f9d8faf01dc58509401:/CMakeLists.txt?ds=inline diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b5abad..2f0439b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,3 +6,6 @@ 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