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
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
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
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
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]
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