[CMake] Adding files to project that don't exist

2015-04-30 Thread coordz
Hi, I'm using Doxygen to generate my project documentation and have a custom target to do it. Like this: find_package( Doxygen ) if( DOXYGEN_FOUND ) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY ) add_custom_target( doc

Re: [cmake-developers] NVidia Nsight Tegra (was: Who does CMake contract work?)

2014-08-04 Thread coordz
Will this Tegra work become a generic Android generator? Or is it Tegra specific (it looks like a modification of the Visual Studio generators)? Cheers, Tim Date: Wed, 09 Jul 2014 10:02:48 -0400 From: Brad King brad.k...@kitware.com To: cmake-developers@cmake.org Subject: Re: