File: FindSWIG.cmake

package info (click to toggle)
libkolab 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,484 kB
  • ctags: 1,199
  • sloc: cpp: 10,856; php: 180; sh: 132; makefile: 27; xml: 20; ansic: 15
file content (4 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
find_program(SWIG swig /usr/bin/)

#abort if any of the requireds are missing
find_package_handle_standard_args(SWIG DEFAULT_MSG SWIG)