File: FindSWIG.cmake

package info (click to toggle)
libkolab 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,540 kB
  • ctags: 1,308
  • sloc: cpp: 11,600; php: 273; sh: 78; makefile: 35; 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)