├── FindANN.cmake ├── FindEigen.cmake ├── FindFLANN.cmake ├── FindGFlags.cmake ├── FindGMM.cmake ├── FindGlog.cmake ├── FindIPP.cmake ├── FindJsonCpp.cmake ├── FindLAPACK.cmake ├── FindMKL.cmake ├── LICENSE └── README.md /FindANN.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindANN.cmake -------------------------------------------------------------------------------- /FindEigen.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindEigen.cmake -------------------------------------------------------------------------------- /FindFLANN.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindFLANN.cmake -------------------------------------------------------------------------------- /FindGFlags.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindGFlags.cmake -------------------------------------------------------------------------------- /FindGMM.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindGMM.cmake -------------------------------------------------------------------------------- /FindGlog.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindGlog.cmake -------------------------------------------------------------------------------- /FindIPP.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindIPP.cmake -------------------------------------------------------------------------------- /FindJsonCpp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindJsonCpp.cmake -------------------------------------------------------------------------------- /FindLAPACK.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindLAPACK.cmake -------------------------------------------------------------------------------- /FindMKL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/FindMKL.cmake -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjianwei/cmake-modules/HEAD/README.md --------------------------------------------------------------------------------