diff --git a/CMakeLists.txt b/CMakeLists.txt index 6086b28..80fbda8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,3 +18,7 @@ find_package(PkgConfig) pkg_check_modules(GSL REQUIRED gsl) pkg_check_modules(FFTW3 REQUIRED fftw3) +# Поиск библиотек и приложений с помощью функции find_package +find_package(LibXml2) +find_package(CURL) +