Чутка доделал делегаты

This commit is contained in:
Jiga228
2026-06-22 14:47:53 +07:00
parent 59f147fafc
commit 280f843fb7
4 changed files with 186 additions and 11 deletions
+5 -5
View File
@@ -14,11 +14,11 @@ if(NOT MSVC)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
endif()
if(MSVC)
add_compile_options(/GR-)
else()
add_compile_options(-fno-rtti)
endif()
#if(MSVC)
# add_compile_options(/GR-)
#else()
# add_compile_options(-fno-rtti)
#endif()
if(BUILD_MODE STREQUAL "Engine")
add_subdirectory(FastRTTI)