I would like to use CMake for the project, but I have the following two requirements:
- The end result of the project should be a set of object files (* .o).
- The location of the object files is important. I want to select the directory where the files are exposed.
Does CMake support this type of behavior? If so, how? Can I do this using move commands after building the object file?
source share