File: CMakeLists.txt

package info (click to toggle)
mongo-c-driver 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 31,116 kB
  • sloc: ansic: 124,705; python: 2,971; sh: 138; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_subdirectory (cmake)
add_subdirectory (sphinx)

set_local_dist (build_DIST_local
   CMakeLists.txt
   maintainer-flags.txt
   generate-uninstall.cmd
   generate-uninstall.sh
)

set (build_DIST
   ${build_DIST_local}
   ${build_cmake_DIST}
   ${build_sphinx_DIST}
   PARENT_SCOPE
)