2024-01-16 21:12:41 +00:00
|
|
|
# SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
set(HEADERS
|
2024-01-20 21:17:21 +00:00
|
|
|
magpie.h
|
2024-01-16 21:12:41 +00:00
|
|
|
assets.h
|
2024-01-24 21:00:15 +00:00
|
|
|
currencies.h
|
2024-01-16 21:12:41 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
set(SOURCES
|
2024-01-20 21:17:21 +00:00
|
|
|
magpie.cpp
|
2024-01-16 21:12:41 +00:00
|
|
|
assets.cpp
|
2024-01-24 21:00:15 +00:00
|
|
|
currencies.cpp
|
2024-01-16 21:12:41 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
target_sources(magpie PRIVATE ${SOURCES})
|