File: include_UseSWIG.cmake

package info (click to toggle)
ycm-cmake-modules 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,640 kB
  • sloc: python: 319; sh: 181; makefile: 22
file content (4 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (2)
1
2
3
4
find_package(SWIG QUIET)
if(SWIG_FOUND)
  include(${SWIG_USE_FILE})
endif()