[CMake] Modern superbuild template including support for

Andrey Pokrovskiy wonder.mice at gmail.com
Thu Aug 20 18:35:06 EDT 2015


Hm, I don't understand how that possibly could work (maybe there some
explicit support for that in the project generator for MSVS).
And are you able to browse the source code of all your dependencies
(that were downloaded)?

On Thu, Aug 20, 2015 at 1:11 PM, Knox, Kent <Kent.Knox at amd.com> wrote:
> I can vouch that the superbuild project works fine both for visual studio and for xcode.  Using visual studio as an example, you generate a visual studio solution which downloads and compiles all dependencies, inclulding the library.  After the initial build, you just use the solution file generated for the library thereafter.  I've not tested QT Creater, but I'll see if I can verify your difficulties next week.
> ________________________________________
> From: Andrey Pokrovskiy [wonder.mice at gmail.com]
> Sent: Thursday, August 20, 2015 2:29 PM
> To: Knox, Kent
> Cc: cmake at cmake.org
> Subject: Re: [CMake] Modern superbuild template including support for
>
> Such approach doesn't work with IDE. For example, when I open main
> CMakeLists.txt in Qt Creator I only see two *.cmake files. Superbuilds
> use ExternalProject_Add() which kills a lot CMake benefits when used
> for CMake project from CMake project.
>


More information about the CMake mailing list