Fiext tart.h from some errors. Added all functions from tart.h and added testing.

This commit is contained in:
2025-01-26 16:45:23 -08:00
parent f4176f2b85
commit 6beb98a2c1
7 changed files with 88 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.20.0)
project(Tart VERSION 0.1)
# CPP
set( CMAKE_CXX_STANDARD 11)
set( CMAKE_CXX_STANDARD_REQUIRED ON)
#set( CMAKE_CXX_STANDARD 11)
#set( CMAKE_CXX_STANDARD_REQUIRED ON)
# C
set( CMAKE_C_STANDARD 11)
set( CMAKE_C_STANDARD_REQUIRED ON)