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

@@ -2,7 +2,7 @@ project(TartTest)
set( SOURCES
main.cpp
)
add_executable(${PROJECT_NAME} ${SOURCES})
target_include_directory(${PROJECT_NAME} Pickler)
add_executable(${PROJECT_NAME} ${SOURCES} )
target_link_libraries(${PROJECT_NAME} PickleLib TartLib)
add_test(${PROJECT_NAME} "${CMAKE_SOURCE_DIR}/bin/testing.exe")