magpie/models/CMakeLists.txt

17 lines
268 B
CMake
Raw Normal View History

# 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
assets.h
2024-01-24 21:00:15 +00:00
currencies.h
)
set(SOURCES
2024-01-20 21:17:21 +00:00
magpie.cpp
assets.cpp
2024-01-24 21:00:15 +00:00
currencies.cpp
)
target_sources(magpie PRIVATE ${SOURCES})