From 650d81b8d185ae54e456b5159c3b94e0df94e252 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 20 May 2022 19:56:43 +0200 Subject: Enabled warnings during compilation --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 30ff0fe..e300660 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,7 @@ target_link_libraries( raylib nlohmann_json::nlohmann_json ) +target_compile_options( + ${PROJECT_NAME} + PRIVATE -Wall -Wextra -Wpedantic +) -- cgit v1.1