Re: [CMake] Troubles with include_directories

2019-03-10 Thread workbe...@gmx.at
I talked a long time on irc.freenode.org #cmake channel and got told everything you told me and more, i'm now aware of much more knowledge than before thanks to that channel. Thanks for your late answer anyway. best regards! On 10.03.19 16:09, Eric Noulard wrote: > > > Le sam. 9 mars 2019 à 08:4

Re: [CMake] Troubles with include_directories

2019-03-10 Thread Eric Noulard
Le sam. 9 mars 2019 à 08:44, workbe...@gmx.at a écrit : > Hi everyone, > > i've a project setup that looks like this: > > > abc.h > > def.h > > and all my other .cpp and .h files are in the folder intern. Now my > CMakeLists.txt looks like this: > > cmake_minimum_required(VERSION 3.7) > project(B

Re: [CMake] Troubles with include_directories

2019-03-08 Thread workbe...@gmx.at
I mean belov, all files bellow BS_IEventConsumer.hpp (beginning with BS_Application) are in the intern folder in the same path as the other files above BS_Application. best regards! On 09.03.19 08:38, workbe...@gmx.at wrote: Hi everyone, i've a project setup that looks like this: abc.h d

[CMake] Troubles with include_directories

2019-03-08 Thread workbe...@gmx.at
Hi everyone, i've a project setup that looks like this: abc.h def.h and all my other .cpp and .h files are in the folder intern. Now my CMakeLists.txt looks like this: cmake_minimum_required(VERSION 3.7) project(BS_Application) set(SRC     BS_AppTypes.hpp     BS_IEvent.hpp     BS_ISystem.h