mirror of
https://github.com/yshui/picom.git
synced 2025-02-24 16:06:42 -05:00
9 lines
201 B
Meson
9 lines
201 B
Meson
![]() |
executable(
|
||
|
'animgen',
|
||
|
'animgen.c',
|
||
|
dependencies: [ base_deps, libconfig_dep, test_h_dep, cc.find_library('m')],
|
||
|
link_with: [libtools],
|
||
|
build_by_default: false,
|
||
|
include_directories: picom_inc,
|
||
|
)
|