blob: 6a7c17167b3fd5b1eb7f211ca21c1abe2d643e95 (
plain)
1
2
3
4
5
6
7
8
9
|
CMake Error at BadSourceExpression3.cmake:2 \(add_library\):
Error evaluating generator expression:
\$<TARGET_OBJECTS:NotObjLib>
Objects of target "NotObjLib" referenced but is not one of the allowed
target types \(EXECUTABLE, STATIC, SHARED, MODULE, OBJECT\).
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
|