File: CMakeLists.txt

package info (click to toggle)
sight 25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,180 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
add_subdirectory(ex_video_recorder)
add_subdirectory(ex_frame_by_frame)
add_subdirectory(ex_igtl)
if(SIGHT_ENABLE_REALSENSE)
    add_subdirectory(ex_real_sense)
endif()