DEBSOURCES
Skip Quicknav
sources / dnf5 / 5.4.0.0-1 / test / python3 / CMakeLists.txt
12345678910
if(NOT WITH_PYTHON3) return() endif() find_package(Python3 REQUIRED) add_subdirectory(libdnf5) add_subdirectory(libdnf5_cli)