X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmeson.build;h=dd94984484ef737a6977a89ffcc2ffdd84d13012;hb=abb8008f34e6ad7fd7665c4bb808259bce46b5b2;hp=55611e819effa9ea6e3f3ec5cedb75cf3ec9dec2;hpb=827606868bf9f1dd16208882f0e3ca424b3e9e0a;p=nageru diff --git a/futatabi/meson.build b/futatabi/meson.build index 55611e8..dd94984 100644 --- a/futatabi/meson.build +++ b/futatabi/meson.build @@ -49,14 +49,10 @@ foreach shader : shaders run_command('ln', '-s', join_paths(meson.current_source_dir(), shader), meson.current_build_dir()) endforeach -bin2h = executable('bin2h', 'bin2h.cpp') -bin2h_gen = generator(bin2h, \ - output : ['@PLAINNAME@.cpp'], - arguments : ['@INPUT@', '@PLAINNAME@', '@OUTPUT@']) shader_srcs = bin2h_gen.process(shaders) srcs += shader_srcs executable('futatabi', srcs, dependencies: [shareddep, qt5deps, libjpegdep, movitdep, libmicrohttpddep, protobufdep, sqlite3dep, vax11dep, vadrmdep, x11dep, libavformatdep, libavcodecdep, libavutildep, libswscaledep], link_with: shared) -executable('flow', 'flow_main.cpp', 'flow.cpp', 'gpu_timers.cpp', shader_srcs, dependencies: [epoxydep, sdl2dep, sdl2_imagedep]) +executable('flow', 'flow_main.cpp', 'flow.cpp', 'gpu_timers.cpp', shader_srcs, dependencies: [shareddep, epoxydep, sdl2dep, sdl2_imagedep]) executable('eval', 'eval.cpp', 'util.cpp') executable('vis', 'vis.cpp', 'util.cpp')