Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Peter Vanroose <Peter.Vanroose@es...> - 2004-01-07 22:29:53
|
> I think a good solution would be to move all the SUBDIR commands to > the core/CMakeLists.txt file. I agree with this. If someone still wants to build in all sudirectories, he can still do for d in `find . -type d` ; do ( cd $d ; make ) ; done -- Peter. |