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