1
0
forked from blue/pica
pica/utils/CMakeLists.txt

15 lines
248 B
CMake
Raw Normal View History

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