处理部分文件结构

This commit is contained in:
JackLee 2025-03-24 21:51:35 +08:00
parent 6940157f6a
commit b6f180b053
308 changed files with 1305 additions and 55 deletions

View File

@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.16)
project(LaTeX)
add_library(LaTeX "")
add_definitions(-DWIN32_LEAN_AND_MEAN)
FIND_PACKAGE(Qt6 REQUIRED Core Gui Widgets)
if (MSVC)
set(CMAKE_CXX_STANDARD 17)

Some files were not shown because too many files have changed in this diff Show More