2025-01-25 08:29:43 -08:00
|
|
|
project(TartLib VERSION 0.1)
|
|
|
|
|
set(Lib_SOURCES
|
2025-01-26 16:45:23 -08:00
|
|
|
tart.c
|
2025-01-25 08:29:43 -08:00
|
|
|
)
|
2025-01-26 16:45:23 -08:00
|
|
|
add_library(${PROJECT_NAME} STATIC tart.c)
|
2025-01-25 12:57:45 -08:00
|
|
|
target_include_directories(${PROJECT_NAME} BEFORE PUBLIC "../includes/")
|