File: meson.build

package info (click to toggle)
picom 13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,432 kB
  • sloc: ansic: 25,725; python: 685; sh: 365; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
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,
)