diff --git a/CMakeLists.txt b/CMakeLists.txt index 11ba738..e1c395e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,3 +30,8 @@ pkg_check_modules(GSL REQUIRED gsl) pkg_check_modules(FFTW3 REQUIRED fftw3>=3.3.0) pkg_check_modules(UDEV udev) +# Поиск с помощью функции find_package +find_package(LibXml2) +find_package(CURL REQUIRED) +find_package(Boost 1.55.0 REQUIRED) +