blob: 7060c615e045cf56ef4ea4a2f4ca790bc4d9c92f (
plain)
1
2
3
4
5
6
7
8
|
CMake Error at BadSourceExpression2.cmake:1 \(add_library\):
Error evaluating generator expression:
\$<TARGET_OBJECTS:DoesNotExist>
Objects of target "DoesNotExist" referenced but no such target exists.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
|