Re: [CMake] Is it possible to show dependent files in Visual Studio "folders" for ADD_CUSTOM_TARGET?

2013-01-19 Thread Jose Luis Blanco
That's exactly what I was looking for, thanks Fraser! JL On Sat, Jan 19, 2013 at 12:17 PM, Fraser Hutchison wrote: > I think this is what the SOURCES arg is for. You could just duplicate the > list of DEPENDS files as the SOURCES argument too: > > add_custom_target(LIB_NAME DEPENDS ${LIST_OF_HE

[CMake] Is it possible to show dependent files in Visual Studio "folders" for ADD_CUSTOM_TARGET?

2013-01-19 Thread Jose Luis Blanco
Hello all, I hope you can help me answering whether the following is possible with CMake: We have a set of C++ libraries, some of which are header-only. Obviously those ones don't really need to be "built", but it's interesting to define "targets" for them anyway to define dependencies in other e

[CMake] Alternative IDL compiler, and adding non-present sources

2009-01-26 Thread Jose Luis Blanco
ust us" that those sources will exist someday? Thanks! Jose Luis -- _______ Jose-Luis Blanco-Claraco Phone: +34 952 132848 Dpto. Ingenieria de Sistemas y Automatica E.T.S.I. Telecomunicacion Fax: +34 952 133361 Universidad de Ma

[CMake] Search paths for FooConfig.cmake files

2008-12-09 Thread Jose Luis Blanco
f seeing this feature in future releases of CMake, so please let me know if anyone see any compatibility problem in this patch and how to deal with it. Best, JL -- _______ Jose-Luis Blanco-Claraco Phone: +34 952 132848 Dpto. Ing

Re: [CMake] [Fwd: Re: Why does dependency scanning in version 2.6 seem so slow?]

2008-12-04 Thread Jose Luis Blanco
nd.make". Scanning dependencies of target mrpt-core real0m18.788s user0m7.456s sys0m4.552s ==> without touching (just realizing there's nothing to do): 2.23s real0m2.234s user0m1.468s sys0m0.528s On Thu, Dec 4, 2008 at 4:02 AM, Bill Hoffman <[EMAIL PROTECTED]

Re: [CMake] [Fwd: Re: Why does dependency scanning in version 2.6 seem so slow?]

2008-12-03 Thread Jose Luis Blanco
and KDE4. Still, it seems > strange that it is so incredibly slow. > Unless anyone can offer a better solution, I'm inclined to simply switch > targets in the Makefile > so that I can get a quick build without having to do quite as much typing > every time (yeah, and > break m