File: meson.build

package info (click to toggle)
picom 12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,492 kB
  • sloc: ansic: 28,038; python: 548; sh: 365; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
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,
)