> Is it possible to pass paths (and use the "/" operator) to the compile 
> pragma? Is it possible to use strformat on those pragmas and on the .passC 
> pragma?

I do pass paths in that example, and even const strings and globs.
    
    
    const rel_path = "./arcade_learning_environment/src/"
    {.compile: (rel_path & "common/*.cpp", "ale_common_$#.o") .}
    
    
    Run

Reply via email to