[Discuss] A question for the gurus and a CMake followup
Adam Parkin
pzelnip at gmail.com
Sat Mar 3 08:38:44 PST 2007
Steven Kurylo wrote:
>> - a file called CMakeCache.txt
>> - a directory called CMakeFiles
>> - a Makefile
>> - a file called cmake_install.cmake
>
> DIR=/path/to/src
> FILES='CMakeCache.txt CMakeFiles Makefile cmake_install.cmake'
> for FILE in FILES;do
> find $DIR -name "$FILE" -exec echo {} \;
> done;
Perfect. Worked like a charm. Thanks so much. =8->
--
--
Adam Parkin
E-mail: pzelnip at gmail.com
Blog: http://www.gamertagblog.com/blog/333
----------------------
Innocence is indeed a glorious thing; but unfortunately, it does not
keep very well and is easily led astray.
-- Immanuel Kant, "Grounding For The Metaphysics of Morals"
More information about the Discuss
mailing list