Try to fix compilation under MacOS

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-11-30 13:16:09 -05:00
parent 3d49f0abf6
commit 3e51197ae4
4 changed files with 16 additions and 11 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
cmake_minimum_required(VERSION 3.1...3.22)
# Initialize the project.
project(programs C)
project(programs)
enable_language(C)
# =============================================================================
# List of programs.
+3 -1
View File
@@ -6,7 +6,9 @@
cmake_minimum_required(VERSION 3.1...3.22)
# Initialize the project.
project(tests C)
project(tests)
enable_language(C)
# =============================================================================
# List of programs.