API: Properly moved and configured char to new headers for cleaner api calls for later. Now I can add and cleanup easier
This commit is contained in:
@@ -7,6 +7,7 @@ project(libvec LANGUAGES C)
|
||||
|
||||
set(SOURCES
|
||||
src/main.c
|
||||
src/char.c
|
||||
)
|
||||
|
||||
add_executable(libvec ${SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user