meta: rename legacy object module to 'ds'
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
include(../cmake/Templates.cmake)
|
||||
|
||||
add_bluelib_module(NAME term DEPENDENCIES core object)
|
||||
add_bluelib_module(NAME term DEPENDENCIES core ds)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "print.h"
|
||||
|
||||
#include <blue/object/string.h>
|
||||
#include <blue/ds/string.h>
|
||||
#include <blue/term/print.h>
|
||||
#include <ctype.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user