• Show log

    Commit

  • Hash : 63add73d
    Author : Matt Stancliff
    Date : 2017-01-12T13:41:40

    Define CMake library object lists globally
    
    OBJECT collections in CMake don't generate any artifacts so these
    are safe to hoist out and define globally.
    
    library OBJECT targets are just a list of filenames.  It can be useful for
    other projects to include lists of sources directly regardless of build mode
    (shared, static, or library).