File: CMakeLists.txt

package info (click to toggle)
libcudacxx 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,464 kB
  • sloc: cpp: 517,767; ansic: 9,474; python: 6,108; sh: 2,225; asm: 2,154; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
include(FindSphinx)
if (SPHINX_FOUND)
  include(AddSphinxTarget)
  if (${SPHINX_OUTPUT_HTML})
    add_sphinx_target(html libunwind)
  endif()
endif()