File: README.md

package info (click to toggle)
bornagain 23.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 103,936 kB
  • sloc: cpp: 423,131; python: 40,997; javascript: 11,167; awk: 630; sh: 318; ruby: 173; xml: 130; makefile: 51; ansic: 24
file content (65 lines) | stat: -rw-r--r-- 1,906 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
## Bornagain/cmake

CMake related sources.

The following overview last updated 12apr24.

### cmake/BornAgain

BornAgain specific code (in contrast to directories commons and find)

The following are included directly from top-level CMakeLists.txt:

BuildLog.cmake                write build and install configuration to log file
CompilerInfo.cmake            print compiler flags
ConfigureFiles.cmake          configure some *.in files
Coverage.cmake                define target 'coverage'
Directories.cmake             make directories, and set directory valued variables
FindLibraries.cmake           find required libraries
Git.cmake                     set Git info variables GIT_*, for use in logging
InstallDll.cmake              create library install targets under Windows
Linux.cmake                   set variables and compiler flags for Linux
MacOS.cmake                   set variables and compiler flags for MacOS
MakeLib.cmake                 define function MakeLib, used in component/CMakeLists
NixInstall.cmake              create install targets for Unix
Pack.cmake                    CPack configuration
Qt.cmake                      find OpenGL and Qt
SourceChecks.cmake            define test targets for source formatting
Windows.cmake                 set variables and compiler flags for Windows

### cmake/commons

CMake code that can also be used other projects:

CoverageFunction.cmake        used by BornAgain/Coverage
GetFilenameComponent.cmake
PreventInSourceBuilds.cmake

### cmake/configurables

auto_README.in.md
BABuild.h.in
BATesting.h.in
BAVersion.h.in
config_build.h.in
CTestCustom.cmake.in
FindBornAgain.cmake.in
FixPack.cmake.in
MacOSXBundleInfo.plist.in
qt.conf.mac

### cmake/find
FindFFTW3.cmake
FindTIFF.cmake

### cmake/multipython

FindCustomPython3.cmake
MakePythonWheel.cmake
PyDependences.cmake
SwigLib.cmake

### cmake/tests

find_pkg.py*
test_libcerf.cpp