Files
CMake/Tests/RunCMake/ObjectLibrary/MissingSource-stderr.txt
Robert Maynard 7628153edb Refactor file extension queries to be more consistent
It was very easy to forgot to check against all language file
extensions. This updates the internal API to have a unified API.
2020-06-22 09:13:16 -04:00

10 lines
200 B
Plaintext

CMake Error at MissingSource.cmake:1 \(add_library\):
Cannot find source file:
missing.c
Tried extensions \.c \.C .*
.*
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)