File: FindID3tag.cmake

package info (click to toggle)
gtkpod 2.1.5-10
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 19,424 kB
  • sloc: ansic: 51,604; xml: 16,135; sh: 11,916; cpp: 7,545; perl: 1,449; makefile: 1,380; lex: 638; awk: 73; python: 35
file content (6 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
message("-- Checking for id3tag...")
pkg_check_modules(ID3TAG id3tag)

if(NOT ID3TAG_FOUND)
    message(FATAL_ERROR "id3tag not found")
endif()