trying to fix input

This commit is contained in:
2025-01-30 03:31:12 +00:00
parent 81d664f45e
commit 23be603dfc
5 changed files with 82 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
project(TartLib VERSION 0.1)
set( CMAKE_STATIC_LIBRARY_PREFIX "")
set( CMAKE_CXX_STANDARD 11)
set( CMAKE_CXX_STANDARD_REQUIRED ON)
set( CMAKE_C_STANDARD 11)
set( CMAKE_C_STANDARD_REQUIRED ON)
set(LIB_SOURCES
term.c