CMake/Tests/RunCMake/ObjectLibrary/BadSourceExpression2.cmake

2 lines
57 B
CMake

add_library(A STATIC a.c $<TARGET_OBJECTS:DoesNotExist>)