pica/utils/CMakeLists.txt

15 lines
248 B
CMake
Raw Normal View History

2023-12-30 22:42:11 +00:00
#SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
#SPDX-License-Identifier: GPL-3.0-or-later
set(HEADER
helpers.h
2023-12-14 22:17:28 +00:00
formdecode.h
)
set(SOURCES
helpers.cpp
2023-12-14 22:17:28 +00:00
formdecode.cpp
)
target_sources(${PROJECT_NAME} PRIVATE ${SOURCES})