summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:08:01 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:08:01 +0200
commit4aef7357af63fc20681f40fc77957811cd8f88a4 (patch)
tree472ce62fb149cb790c369cc90fdcd75b8197b92a /CMakeLists.txt
parent17a7b6d602ec4e0bf39078a3a9a03ef71d65cf10 (diff)
downloadcsharp-cmake-4aef7357af63fc20681f40fc77957811cd8f88a4.tar.gz
csharp-cmake-4aef7357af63fc20681f40fc77957811cd8f88a4.zip
Use add_library instead of custom command for C library
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a9563a..7706b85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 4.3)
-project(HelloCMake)
+project(HelloCMake LANGUAGES C)
set(DOTNET_ROOT /usr/share/dotnet)
set(CSC_DLL ${DOTNET_ROOT}/sdk/10.0.109/Roslyn/bincore/csc.dll)