diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 21:08:01 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 21:08:01 +0200 |
| commit | 4aef7357af63fc20681f40fc77957811cd8f88a4 (patch) | |
| tree | 472ce62fb149cb790c369cc90fdcd75b8197b92a /CMakeLists.txt | |
| parent | 17a7b6d602ec4e0bf39078a3a9a03ef71d65cf10 (diff) | |
| download | csharp-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.txt | 2 |
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) |
