mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-10 23:11:00 +00:00
feat: make list dynamic
This commit is contained in:
@@ -9,7 +9,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
set(TSTD_SOURCES
|
||||
library.c
|
||||
string.c
|
||||
list.c
|
||||
)
|
||||
|
||||
# Shared library: libtstd.so
|
||||
@@ -21,7 +20,7 @@ target_include_directories(tstd
|
||||
)
|
||||
set_target_properties(tstd PROPERTIES
|
||||
OUTPUT_NAME tstd
|
||||
VERSION 1.0.0
|
||||
VERSION 1.1.0
|
||||
SOVERSION 1
|
||||
POSITION_INDEPENDENT_CODE ON
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user