summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/algorithms/meson.build
blob: a8d94056d983396e2f50c8ccc94d56107ef464c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: CC0-1.0

common_ipa_algorithms_headers = files([
    'af_interface.h',
    'af_hill_climbing.h',
])

common_ipa_algorithms_sources = files([
    'af_interface.cpp',
    'af_hill_climbing.cpp',
])