Fiext tart.h from some errors. Added all functions from tart.h and added testing.
This commit is contained in:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user