[CMake] ExternalProject_Add show sources in Visual Studio

David Cole dlrdave at aol.com
Mon Mar 17 10:24:50 EDT 2014


Why do you want to do that?

The ExternalProject will not rebuild correctly when you modify these 
source files... Unless you are forcing the build step to run every 
single time.

You are using ExternalProject as if it were NOT external. Why not just 
use add_subdirectory instead and have an "internal" project....?


D



More information about the CMake mailing list