From 487876477507038067ad3f019d58c257fc06dfda Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Tue, 9 Aug 2022 22:10:12 +0400 Subject: Add noexcept for C++ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 97d2d10..8496ab4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ project( ${KIT_PROJECT} VERSION 0.1.1 DESCRIPTION "A collection of C libraries" - LANGUAGES C) + LANGUAGES C CXX) if(KIT_ENABLE_LIBRARY OR KIT_ENABLE_TESTING) add_library(${KIT_LIBRARY} STATIC) -- cgit v1.2.3