Started on C-client
This commit is contained in:
parent
3a44c2b3ae
commit
965e3d18c8
14 changed files with 1685 additions and 1 deletions
6
CUDSClient/CMakeLists.txt
Normal file
6
CUDSClient/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.29)
|
||||
project(CUDSClient C)
|
||||
|
||||
set(CMAKE_C_STANDARD 23)
|
||||
|
||||
add_executable(CUDSClient main.c)
|
Loading…
Add table
Add a link
Reference in a new issue