-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not identify CMake file in project Vespa #11
Comments
Looks like Cmake is a special case in tokei. See https://github.com/Aaronepower/tokei/blob/349fe2b585ba949c94a45e38f65e880831687a59/CONTRIBUTING.md and search for CMakeLists.txt It appears to read from the cmakelists.txt file https://github.com/vespa-engine/vespa/blob/master/CMakeLists.txt This is not something I am familiar with sorry to say. How do cmakelists.txt files work? Or is it just that a file called that is a Cmake file? It looks like its just any file called that is a special case to me but not 100% sure on that. |
Had a guess and it looks as though its just the filename. Trying it out,
Which is a bit better. Odd that the count was different to tokei. I tried to work out how many there should have been,
Will have to investigate this a bit further. However it should be far more accurate with the change I made. Have submitted the PR and when its all good will merge in. If you are able to build from source you can then confirm that its working for you. |
PR merged in #12 Could you try building from source and let me know how that works for you @DumAdudus |
Going to close down. Looks good. |
Project: https://github.com/vespa-engine/vespa
Commit: 389801098797ab37c7bc4ac5a3888ef4d92214e7
CMake files marked as Plain Text
The text was updated successfully, but these errors were encountered: