Fix a few mistakes.

This commit is contained in:
Skyth
2024-09-22 01:51:04 +03:00
parent 1bfeb0a7c4
commit 126d5c3aee
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
cmake_minimum_required (VERSION 3.20)
set(THIRDPARTY_ROOT ${CMAKE_SOURCE_DIR}/thirdparty)
set(CMAKE_CXX_STANDARD 23)
set(BUILD_SHARED_LIBS OFF)
# Enable Hot Reload for MSVC compilers if supported.
if (POLICY CMP0141)