File: CMakeLists.txt

package info (click to toggle)
gammaray 2.9.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,704 kB
  • sloc: cpp: 89,250; ansic: 1,185; sh: 141; lex: 93; yacc: 90; xml: 57; makefile: 29
file content (13 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
if(NOT GAMMARAY_PROBE_ONLY_BUILD)
add_subdirectory(core)
add_subdirectory(cli)
if(HAVE_QT_CONCURRENT AND GAMMARAY_BUILD_UI)
  add_subdirectory(ui)
  add_subdirectory(app)
endif()
endif()

if(GAMMARAY_BUILD_CLI_INJECTOR)
  add_subdirectory(win-injector)
endif()