Explicitly enable OBJECT library "target".
authorAxel Naumann <Axel.Naumann@cern.ch>
Tue, 12 Jan 2016 07:44:58 +0000 (07:44 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Tue, 12 Jan 2016 07:44:58 +0000 (07:44 +0000)
With this, one can build a lib from the objects of other libs:
set(SOURCES
  $<TARGET_OBJECTS:obj.clingInterpreter>
  $<TARGET_OBJECTS:obj.clingMetaProcessor>
  $<TARGET_OBJECTS:obj.clingUtils>
  )

Reviewed by Chris Bieneman - thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257459 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found