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,6 +1,6 @@
project(TartLib VERSION 0.1)
set(Lib_SOURCES
tart.cpp
tart.c
)
add_library(${PROJECT_NAME} STATIC ${LIB_SOURCES})
add_library(${PROJECT_NAME} STATIC tart.c)
target_include_directories(${PROJECT_NAME} BEFORE PUBLIC "../includes/")