cpp-merge icon indicating copy to clipboard operation
cpp-merge copied to clipboard

Clarify behavior in README.md

Open Saghetti0 opened this issue 3 years ago • 0 comments

Clarify that cpp-merge will only look for source files if the corresponding header file contains a #pragma once. Not knowing about this behavior prevented my source files from being added to the output, and I had to dig through the source code and figure out how everything works in order to learn why.

Saghetti0 avatar Oct 15 '22 22:10 Saghetti0