File: CMakeLists.txt

package info (click to toggle)
pcl 1.15.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 143,128 kB
  • sloc: cpp: 520,234; xml: 28,792; ansic: 8,212; python: 334; lisp: 93; sh: 49; makefile: 30
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (4)
1
2
3
4
5
if(NOT HAVE_CUDA)
  return()
endif()

add_subdirectory(octree)