Skip to content

Commit

Permalink
Add C language for wfqueue.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmembarth committed Feb 22, 2024
1 parent 3aaed55 commit f7ad09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f7ad09f

Please sign in to comment.