# SPDX-FileCopyrightText: 2023 Yury Gubich # SPDX-License-Identifier: GPL-3.0-or-later set(HEADERS api.h codes.h finalaction.h helpers.h ) set(SOURCES api.cpp codes.cpp finalaction.cpp helpers.cpp ) target_sources(magpie PRIVATE ${SOURCES}) add_subdirectory(requests)