qskinny/examples/apiDocumentationSamples/CMakeLists.txt

12 lines
324 B
CMake
Raw Normal View History

2024-11-18 15:55:44 +00:00
############################################################################
# QSkinny - Copyright (C) The authors
# SPDX-License-Identifier: BSD-3-Clause
############################################################################
set(SOURCES
main.cpp
)
qsk_add_example(apiDocumentationSamples ${SOURCES})