mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 12:34:30 +00:00
infra: renames the source folders
lib -> renderer bin -> tools utils -> common
This commit is contained in:
parent
07069f6640
commit
24711e485c
89 changed files with 3 additions and 4 deletions
|
@ -36,9 +36,8 @@ elif (cc.get_id() != 'msvc')
|
|||
endif
|
||||
endif
|
||||
|
||||
|
||||
subdir('lib')
|
||||
subdir('utils')
|
||||
subdir('common')
|
||||
subdir('renderer')
|
||||
subdir('loaders')
|
||||
subdir('savers')
|
||||
|
||||
|
@ -71,7 +70,7 @@ pkg_mod.generate(
|
|||
description : 'A Thor library for rendering vector graphics'
|
||||
)
|
||||
|
||||
subdir('bin')
|
||||
subdir('tools')
|
||||
|
||||
if get_option('examples') == true
|
||||
subdir('examples')
|
||||
|
|
Loading…
Add table
Reference in a new issue