mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
8 lines
227 B
Text
8 lines
227 B
Text
|
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
ecm_add_test(patchlisttest.cpp
|
||
|
TEST_NAME patchlisttest
|
||
|
LINK_LIBRARIES astra_static Qt::Test
|
||
|
NAME_PREFIX "astra-"
|
||
|
)
|