nosignal-shell/plugin/CMakeLists.txt
Soramane be5748dff3 nix: fix + expose lib stuff
Also format
2025-08-29 15:30:09 +10:00

9 lines
231 B
CMake

find_package(Qt6 REQUIRED COMPONENTS Core Qml)
if(QT_KNOWN_POLICY_QTP0001)
qt_policy(SET QTP0001 NEW)
endif()
set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
qt_standard_project_setup()
add_subdirectory(src/Caelestia)