File: CMakeLists.txt

package info (click to toggle)
minbif 1%3A1.0.5%2Bgit20150505-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,216 kB
  • sloc: cpp: 12,861; ansic: 2,145; perl: 692; python: 542; sh: 152; ruby: 96; makefile: 82
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
add_subdirectory(lib)

OPTION(ENABLE_PLUGIN_COINCOIN "Enable coincoin plugin build" ON)
IF(ENABLE_PLUGIN_COINCOIN)
    add_subdirectory(coincoin)
ENDIF(ENABLE_PLUGIN_COINCOIN)

OPTION(ENABLE_PLUGIN_GAYATTITUDE "Enable coincoin plugin build" ON)
IF(ENABLE_PLUGIN_GAYATTITUDE)
    add_subdirectory(gayattitude)
ENDIF(ENABLE_PLUGIN_GAYATTITUDE)