Announcement

Collapse
No announcement yet.

Cmake, include dirs and programming practice

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cmake, include dirs and programming practice

    Hi everyone !!

    In a bush of folders with headers and sources I would like to avoid
    Code:
    #include "../somedir/header.h"
    and have
    Code:
    #include header.h
    only.
    Give me advice, please. Is it good practice and if it is, how to aproach this using cmake.

    Respects

    #2
    Re: Cmake, include dirs and programming practice

    http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries
    FKA: tanderson

    Comment

    Working...
    X