[Cmake] Automatic Source Gathering

Andrew Dupont andrew.dupont at dafca.com
Thu Aug 5 11:05:49 EDT 2004


Hello Again,

	I'm having trouble trusting the automatic search and store
algorithms from Cmake. I do a FILE(GLOB_RECURSE var
[/path/to/srcs/*.cpp]) and get an empty variable. If I individually
enumerate them in a set command like SET(var /path/to/srcs/file.cpp) it
works just fine. Am I misusing this command?

Thanks,
Andy


More information about the Cmake mailing list