GLFW-related update & -lstdc++fs
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
|
||||
if(MSVC)
|
||||
target_compile_options(${PROJECT_NAME} PRIVATE /W4)
|
||||
else()
|
||||
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra
|
||||
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -lstdc++fs
|
||||
# additional warnings
|
||||
-Wformat-nonliteral -Wcast-align
|
||||
-Wpointer-arith -Winline -Wundef
|
||||
|
||||
Reference in New Issue
Block a user