Reorganize files and add Mandelbrot shader
This commit is contained in:
parent
7ba0590d33
commit
d2f8ca7ed3
10 changed files with 62 additions and 2 deletions
|
@ -14,7 +14,7 @@ glew_dep = dependency('glew')
|
|||
|
||||
executable(
|
||||
'shadertool',
|
||||
sources: ['main.c', 'renderer.c', 'shaders.c', 'log.c'],
|
||||
sources: ['src/main.c', 'src/renderer.c', 'src/shaders.c', 'src/log.c'],
|
||||
dependencies: [glfw_dep, glew_dep],
|
||||
c_args: '-DLOG_USE_COLOR',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue