X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/3db2602cfe30c61445e89cc334541ebb4ff76ed8..79dc42fe36820965127efc5755be1450521b0a26:/CMakeLists.txt?ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index ba307ba..4506e8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,4 @@ target_link_libraries(neigh_test lat_neigh) add_executable(culooks_test culooks_test.cpp) target_link_libraries(culooks_test lat_culooks) -add_executable(hypercache_test hypercache_test.cpp) -target_link_libraries(hypercache_test lat_hypercache) - add_subdirectory(o815)