Hi,<br><br>I&#39;m trying to generate a CMakeList.txt file for a project that used a simple Visual Studio solution. As there was a lot of images and data to load at the start of the programs, everything was put in a /bin/data folder and the programs and libraries were generated in the /bin folder with a _d suffix for the debug versions.
<br>Is it possible to do something like this with CMake ? I tried to find a solution in the documentation, but no luck :(<br><br>Matthieu<br>