Closed zxvcv closed 3 years ago
CMake components support reusability such part of code. Structure of the components:
ComponentName ---docs ------(...)(component documentation) ---header ------(...)(all .h files) ---source ------(...)(all .c files) ---tests ------mocks ------stubs ------CMakeLists.txt ------(...)(all .cpp files with Gtests) ---CHANGES.rst (?) ---LICENSE ---README.rst
Related to #18
CMake components support reusability such part of code. Structure of the components:
ComponentName ---docs ------(...)(component documentation) ---header ------(...)(all .h files) ---source ------(...)(all .c files) ---tests ------mocks ------stubs ------CMakeLists.txt ------(...)(all .cpp files with Gtests) ---CHANGES.rst (?) ---LICENSE ---README.rst
Related to #18