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