Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C Cpp Module - HS19
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Diese GitLab Instanz ist nicht für den produktiven Einsatz gedacht!
Bitte https://gitlab.ost.ch benutzen!
Diese Instanz ist nur nuch zur Datenmigration online.

Vielen Dank für euer Verständnis.

  • Peter Sommerlad
  • Cpp Module - HS19
  • Wiki
  • Adding a Library Dependency

Last edited by Thomas Corbat Sep 16, 2019
Page history

Adding a Library Dependency

Adding a Library Dependency

Usually, it should be sufficient to tick the project that should be referenced under Project Properties -> C/C++ General -> Paths and Symbols -> References of the referencing project. There might be various reasons this does not work. It is mandatory that the referenced project is a library project! Otherwise, the required entries for Includes, Libraries and Library Path will not be added.

If for whatever reason the entries are not added, even though the referenced project is a library project, you can add the entries yourself. See image below:

project_reference_settings

Clone repository
  • Adding a Library Dependency
  • Lucid C++ Book
  • Setup Development Environment
  • Warnings and Errors in Cevelop
  • Home