mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
subdir('common')
|
||||||
subdir('lib')
|
subdir('renderer')
|
||||||
subdir('utils')
|
|
||||||
subdir('loaders')
|
subdir('loaders')
|
||||||
subdir('savers')
|
subdir('savers')
|
||||||
|
|
||||||
|
@ -71,7 +70,7 @@ pkg_mod.generate(
|
||||||
description : 'A Thor library for rendering vector graphics'
|
description : 'A Thor library for rendering vector graphics'
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('bin')
|
subdir('tools')
|
||||||
|
|
||||||
if get_option('examples') == true
|
if get_option('examples') == true
|
||||||
subdir('examples')
|
subdir('examples')
|
||||||
|
|
Loading…
Add table
Reference in a new issue