Warning, /graphics/glaxnimate/external/QtAppSetup/src/app/scripting/python/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     python_engine.cpp
0007     register_machinery.cpp
0008 )
0009 
0010 message(STATUS "Python3_INCLUDE_DIRS ${Python3_INCLUDE_DIRS}")
0011 message(STATUS "Python3_LIBRARIES ${Python3_LIBRARIES}")
0012 message(STATUS "Python3_EXECUTABLE ${Python3_EXECUTABLE}")
0013 target_link_libraries(${PROJECT_SLUG} PUBLIC ${Python3_LIBRARIES})
0014