summaryrefslogtreecommitdiffstats
path: root/src/kernel/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] Enable lint targets if lint programs are foundManuel Bentele2021-03-111-2/+14
|
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-0/+8
|
* [BUILD] remove the build requirement for an unused C++ compilerManuel Bentele2020-10-271-1/+2
| | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
* [BUILD] fix comments and remove useless code fragments in CMake filesManuel Bentele2020-10-231-6/+5Star
|
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-1/+1
| | | | | | | | | | | This patch adds the following CMake targets - package - source to build bundeled packages. Those packages contain either all built binary artifacts or all source files for source code distribution. Both CMake targets are available in Release build configuration.
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-0/+48
This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.