mirror of
https://github.com/Naios/continuable.git
synced 2025-12-09 18:26:46 +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")
|