mirror of
https://github.com/MalcolmMielle/edit_distance_cpp.git
synced 2026-02-03 22:08:38 +00:00
Calculate the edit distance between stuff
- C++ 87%
- CMake 13%
| include | ||
| Test | ||
| .gitignore | ||
| cmake_uninstall.cmake.in | ||
| CMakeLists.txt | ||
| editdistance-config.cmake | ||
| README.md | ||
Edit Distance function for string and graphs.
Install
mkdir build
cd build
cmake ..
make -j8
make install
Use in Cmake
find_package( editdistance REQUIRED )
include_directories(${editdistance_INCLUDE_DIRS})