This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
df14a98e9c
CMake
/
Tests
/
RunCMake
/
CommandLine
/
trace-only-this-file.cmake
2 lines
52 B
CMake
Raw
Normal View
History
Unescape
Escape
cmake: Add an option to control what files needs to be traced Even in relatively small projects using `--trace` (and `--trace-expand`) may produce a lot of output. When developing a custom module usually one is interested in output of only a few particular modules. Add a `--trace-source=<file>` option to enable tracing only a subset of source files. The final output would be only from requested modules, ignoring anything else not matched to given filename(s).
2016-06-13 22:27:58 +03:00
message
(
STATUS
"trace particular file test passed"
)