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