Warning, /network/ruqola/tests/whatsnewdialoggui/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 add_executable(whatsnewdialoggui)
0004 target_sources(whatsnewdialoggui PRIVATE whatsnewdialoggui.cpp)
0005 
0006 target_link_libraries(whatsnewdialoggui
0007     libruqolawidgets
0008 )
0009 set_target_properties(whatsnewdialoggui PROPERTIES DISABLE_PRECOMPILE_HEADERS ON)
0010