File: CMakeLists.txt

package info (click to toggle)
sight 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 43,108 kB
  • sloc: cpp: 306,170; xml: 18,037; ansic: 9,960; python: 1,379; sh: 144; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
sight_add_target(tuto01_basic TYPE APP)

add_dependencies(tuto01_basic sightrun module_app module_ui_qt module_service module_ui)

# Main application's configuration to launch
module_param(module_app PARAM_LIST config PARAM_VALUES Tuto01Basic_AppCfg)