magpie/API/CMakeLists.txt

21 lines
320 B
CMake

# SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
# 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)