Closed vdimir closed 4 years ago
I believe it allows CMake-generated Makefiles/project files to track dependencies. With it, when you change the header and type make
, the executable shall rebuild because it's known to depend on the header.
I believe it allows CMake-generated Makefiles/project files to track dependencies. With it, when you change the header and type
make
, the executable shall rebuild because it's known to depend on the header.
Got it, thanks. I close PR.
Do we actually need pass header to add_executable ?