summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [FUSE] basic cow implementation & rudimentary testsMichael Scherle36 hours1-0/+4
|
* [BUILD] Add CMake option to enable build of dnbd3-benchManuel Bentele2021-06-241-1/+3
|
* [BUILD] add build options to enable/disable build of dnbd3 componentsManuel Bentele2020-10-301-2/+10
|
* [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] disable build of dnbd3-client if Linux kernel module is disabledManuel Bentele2020-10-221-2/+2
|
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-0/+13
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.