[Cmake] I'm trying to do something evil with SUBS()

Peter Vanroose Peter.Vanroose at esat.kuleuven.ac.be
Mon Aug 2 01:24:07 EDT 2004


> SUBS( ../../../foo )

What about creating a symbolic link (or a shortcut)
 	ln -s ../../../foo foo_link
and using that link as the SUBS target?
 	SUBS( foo_link )


--	Peter Vanroose.


More information about the Cmake mailing list