mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:50:05 +00:00
6 lines
265 B
CMake
6 lines
265 B
CMake
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 )
|