mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
3 lines
89 B
CMake
3 lines
89 B
CMake
# Enable full warnings
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra")
|