Some warning fixes
This commit is contained in:
+2
-2
@@ -124,7 +124,7 @@ if(MSVC)
|
||||
Seele.natvis
|
||||
DESTINATION .)
|
||||
else()
|
||||
target_compile_options(Engine PUBLIC -g -Wall -Wextra -Wno-delete-incomplete -pedantic -fcoroutines)
|
||||
target_compile_options(Engine PUBLIC -g -Wall -Wextra -Wno-delete-incomplete -pedantic -std=c++20)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src/)
|
||||
@@ -189,4 +189,4 @@ install(
|
||||
${CMAKE_SOURCE_DIR}/res
|
||||
DESTINATION
|
||||
${CMAKE_INSTALL_PREFIX}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user