mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change order of cmake directives to fix warning from cmake
This commit is contained in:
parent
5cd0bdc115
commit
5a7e02afb4
@ -1,5 +1,5 @@
|
||||
project(headless)
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(headless)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
find_package(Qt6Gui REQUIRED)
|
||||
add_library(headless MODULE main.cpp headless_backingstore.cpp headless_integration.cpp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user