infra: relocate the tools folder.

Collect only library source code in src
This commit is contained in:
Hermet Park 2024-06-13 15:32:01 +09:00
parent bfcde7403e
commit 35b1f4933d
11 changed files with 1 additions and 3 deletions

View file

@ -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')

View file

@ -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')