Re: [CMake] Concerning IDE support for superbuilds

2018-01-21 Thread Craig Scott
Please excuse the brevity of this response, but a couple of links you may want to read which may be somewhat related or provide further ideas for you: - The new FetchContent module which is on master but not yet in any re

[CMake] Concerning IDE support for superbuilds

2018-01-21 Thread Kai Wolf
Hi all, a common approach for dealing with larger dependencies in a project is using a superbuild approach, where all dependencies get downloaded in a separate repository using ExternalProject_Add() and the actual project is included as a sub repository (e.g. using git submodules) and also buil