summaryrefslogtreecommitdiffstats
path: root/src/shared/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-161-0/+4
|
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-6/+14
|
* [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] fixes issues to build user space programs on FreeBSD 12.1Manuel Bentele2020-10-191-1/+1
|
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-0/+15
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.