Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a3358bb66aeef19fc2748dfd92da7f54223c0f3b
/
.
/
Tests
/
RunCMake
/
ObjectLibrary
/
BadSourceExpression2.cmake
blob: ed5dc4335030e4018de617e36bbe63f404c1c335 [
file
]
add_library
(
A STATIC a
.
c $
<
TARGET_OBJECTS
:
DoesNotExist
>)