fix: add missing flags
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
cmake_minimum_required(VERSION 4.1.0)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_FLAGS "/EHsc /D_AMD64_ /DWIN32_LEAN_AND_MEAN") # Set C++ exception handler, define platform and ignore some unused headers
|
||||
|
||||
project(dbd-unlocker LANGUAGES CXX C)
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
||||
Reference in New Issue
Block a user