Orange/src/Apps/Tools/meson.build

15 lines
719 B
Meson
Raw Normal View History

2023-11-03 03:01:06 +00:00
executable('FrogTest', 'FrogTest.cpp', orange_src, orange_shaders, joltphysics_src, xatlas_src,
2022-08-13 21:41:19 +01:00
dependencies : [ sdl2_dep, vulkan_dep, spng_dep, miniz_dep ],
2023-11-03 03:01:06 +00:00
include_directories : [ orange_include, xatlas_include, joltphysics_include ]
2022-06-19 04:33:41 +01:00
)
2023-04-07 23:36:04 +01:00
2023-11-03 03:01:06 +00:00
executable('Lightmapper', 'Lightmapper.cpp', orange_src, orange_shaders, xatlas_src,
2023-04-07 23:36:04 +01:00
dependencies : [ sdl2_dep, vulkan_dep, spng_dep, miniz_dep ],
2023-11-03 03:01:06 +00:00
include_directories : [ orange_include, xatlas_include, joltphysics_include ]
)
executable('HDRTest', 'HDRTest.cpp', orange_src, orange_shaders, xatlas_src,
dependencies : [ sdl2_dep, vulkan_dep, spng_dep, miniz_dep ],
include_directories : [ orange_include, xatlas_include, joltphysics_include ]
2023-04-07 23:36:04 +01:00
)