hopefully fix std ver?

This commit is contained in:
Mohamed Ashraf 2026-03-02 22:36:04 +04:00
parent 60b954cda3
commit a6bce04f9d

View file

@ -1992,6 +1992,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE
-fpermissive -fpermissive
-Wtemplate-body -Wtemplate-body
-Wshift-count-overflow -Wshift-count-overflow
-std=c++11
) )
target_include_directories(${PROJECT_NAME} PRIVATE x64headers) target_include_directories(${PROJECT_NAME} PRIVATE x64headers)