处理部分文件结构
This commit is contained in:
parent
6940157f6a
commit
b6f180b053
3
3rdparty/MicroTeX/CMakeLists.txt
vendored
3
3rdparty/MicroTeX/CMakeLists.txt
vendored
@ -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
Loading…
Reference in New Issue
Block a user