summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/algorithms/meson.build
blob: 860dc19947852e04bd8ed5be8c21171985818fff (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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',
])