mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:50:05 +00:00
Switch to using a submodule for qt6ct external code
This commit is contained in:
parent
0bce0e2bd7
commit
5c57ae0edc
8 changed files with 16 additions and 145 deletions
6
external/qt6ct.cmake
vendored
Normal file
6
external/qt6ct.cmake
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.16.0)
|
||||
set(PROJECT_NAME scwx-qt6ct)
|
||||
|
||||
add_subdirectory(qt6ct/src/qt6ct-common)
|
||||
set_target_properties(qt6ct-common PROPERTIES PUBLIC_HEADER qt6ct/src/qt6ct-common/qt6ct.h)
|
||||
target_include_directories( qt6ct-common INTERFACE qt6ct/src )
|
||||
Loading…
Add table
Add a link
Reference in a new issue