scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
153 stars 86 forks source link

Move clang-tidy.cmake into new cmake folder #83

Open solomonjoseph opened 3 years ago

solomonjoseph commented 3 years ago

clang-tidy.cmake is currently at the top-level directory at the moment. We should move it into a separate cmake folder for the sake of organization, and this requires updating the 'include' command in CMakeLists.txt.