From 1bec4c4e1e16aa12965d124f83590ba007b88719 Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Wed, 10 Jun 2020 19:59:12 +0200 Subject: Finally getting all the warnings --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f26ea7..55962c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,3 +43,5 @@ set(GCC_WARNINGS ) set(PROJECT_WARNINGS ${GCC_WARNINGS}) +add_library(warnings INTERFACE) +target_compile_options(warnings INTERFACE ${PROJECT_WARNINGS}) -- cgit v1.2.3-54-g00ecf