Having CMake put generated binaries in a specific directory structure with assets
问题 My project's directory structure is basically as follows: root/src root/assets root/library I currently have CMake set up to compile the source, compile the library, and then link them, by calling make from the root directory. I then have to manually move the executable into the original assets directory to get it to run, since that's where it expects to be (and we want to test with our directory structure in assets as close to what we expect it to be when it's done). So, is there any way to