- entityx:
    <<: *thirdparty_defaults
    version: 0.0.0.0
    version_manager: git
    cmake_target: null
    post_install:
        - ./entityx/*.h include/ RECURSIVE
    mode: dr
    source: https://github.com/alecthomas/entityx.git
    targets:
        - entityx:
            info:
                <<: *library_dynamic_exact

