Warning, /graphics/glaxnimate/external/QtAppSetup/src/app/scripting/js/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0002 #
0003 # SPDX-License-Identifier: GPL-3.0-or-later
0004 
0005 target_sources(${PROJECT_SLUG} PRIVATE
0006     js_engine.cpp
0007 )
0008 
0009 target_link_libraries(${PROJECT_SLUG} PUBLIC ${Qt5Qml_LIBRARIES})
0010