From f7ad09fa4940b94c43969c62ebdac323328d164f Mon Sep 17 00:00:00 2001 From: Richard Membarth Date: Thu, 22 Feb 2024 13:09:16 +0100 Subject: [PATCH] Add C language for wfqueue. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4b91f76..a846f9ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21 FATAL_ERROR) set(CMAKE_CONFIGURATION_TYPES Debug Release) -project(AnyQ CXX) +project(AnyQ C CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON)