Revision fc92d6640b09def31d129f3e347b98af1aa1e098 authored by Seth R Johnson on 10 October 2021, 10:31:42 UTC, committed by Brad King on 12 October 2021, 15:40:45 UTC
Print full list of unresolved dependencies and a phrase that indicates
what about the file is unresolved.
1 parent 7257539
Raw File
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
CMakeUserPresets.json

# Visual Studio work directory
.vs/
# Visual Studio build directory
out/

# Visual Studio Code
.vscode/

# CLion work directory
.idea/
# CLion build directories
cmake-build-*/
back to top