This commit is contained in:
2025-01-25 08:29:43 -08:00
commit 234004570f
8 changed files with 61 additions and 0 deletions

5
source/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
project(TartLib VERSION 0.1)
set(Lib_SOURCES
tart.cpp
)
add_library(${PROJECT_NAME} STATIC ${LIB_SOURCES})