add logger to meson

This commit is contained in:
Luca Conte 2025-03-06 01:30:09 +01:00
parent 41ed1718ea
commit 960df8630c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ project('cg1', 'c')
src_files = [ src_files = [
'./src/main.c', './src/main.c',
'./src/shader.c',
'./src/log.c'
] ]
executable('cg1', executable('cg1',