File: ConfigureChecks.cmake

package info (click to toggle)
kdevelop 4%3A4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 18,064 kB
  • ctags: 8,825
  • sloc: cpp: 76,399; python: 920; lex: 422; ruby: 120; sh: 85; makefile: 49; xml: 42
file content (5 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
include(CheckIncludeFiles)
include(MacroBoolTo01)
macro_bool_to_01(BERKELEY_DB_FOUND HAVE_BDB)

check_include_files(valgrind/valgrind.h   HAVE_VALGRIND_H)