mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: relocate the tools folder.
Collect only library source code in src
This commit is contained in:
parent
3f38f661be
commit
de693c3e3e
11 changed files with 1 additions and 3 deletions
|
@ -138,6 +138,7 @@ headers = [include_directories('inc'), include_directories('.')]
|
||||||
|
|
||||||
subdir('inc')
|
subdir('inc')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
|
subdir('tools')
|
||||||
|
|
||||||
if get_option('examples') == true
|
if get_option('examples') == true
|
||||||
subdir('examples')
|
subdir('examples')
|
||||||
|
|
|
@ -71,6 +71,3 @@ pkg_mod.generate(
|
||||||
filebase : 'thorvg',
|
filebase : 'thorvg',
|
||||||
description : 'A Thor library for rendering vector graphics'
|
description : 'A Thor library for rendering vector graphics'
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('tools')
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue