mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
loader svg: code refactoring.
renamed svg loader path. Change-Id: I0219721540ea981d15d17b9571c1ee9b37651fb8
This commit is contained in:
parent
93b517df06
commit
709548701a
11 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
subloader_dep = []
|
||||
|
||||
if get_option('loaders').contains('svg') == true
|
||||
subdir('svg_loader')
|
||||
subdir('svg')
|
||||
message('Enable SVG Loader')
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue