- eastl:
    <<: *thirdparty_defaults
    version: 0.0.0.0
    version_manager: git
    cmake_target: null
    post_install:
        - ./include/*.h include/ RECURSIVE
    mode: dr
    source: https://github.com/electronicarts/EASTL.git
    targets:
        - EASTL:
            info:
                <<: *library_static_exact
        - EAStdC:
            info:
                <<: *library_static_exact

