- librocket:
    <<: *thirdparty_defaults
    version: 0.0.0.0
    mode: dr
    cmake_target: null
    post_install:
        - ./Include/Rocket/*.h include/Rocket/ recursive
        - ./Include/Rocket/*.inl include/Rocket/ recursive
    version_manager: git
    source: https://github.com/libRocket/libRocket.git
    depends:
        - dune-freetype
    targets:
        - RocketCore:
            info:
                <<: *library_dynamic_exact
        - RocketDebugger:
            info:
                <<: *library_dynamic_exact
        - RocketControls:
            info:
                <<: *library_dynamic_exact

