# SPDX-License-Identifier: CC0-1.0 common_ipa_algorithms_headers = files([ 'af_algorithm.h', 'af_hill_climbing.h', ]) common_ipa_algorithms_sources = files([ 'af_algorithm.cpp', 'af_hill_climbing.cpp', ])