Remove no longer used tests and stb truetype dep

This commit is contained in:
Francesco Abbate
2020-06-07 09:59:31 +02:00
parent fc148d7a51
commit 43d229a399
4 changed files with 1 additions and 295 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ libdl = cc.find_library('dl', required : false)
lua_dep = dependency('lua')
sdl_dep = dependency('sdl2', method: 'config-tool')
stb_truetype_dep = dependency('stb_truetype')
lite_include = include_directories('src')
install_subdir('data', install_dir : 'bin')
@@ -24,4 +23,4 @@ endif
subdir('lib/font_renderer')
subdir('src')
subdir('tests')