#137028 – CMake: put test executables under folders in visual studio solution – blender
Majority of projects within generated VS IDE solution are put under
their respective source folders, except the test executables. Majority
of which are various libmv tests. Use the same cmake macro to arrange
them in folders as what is used for regular libraries.
Visual Studio IDE solution view before and after. Most of _test projects that used to be in “root” level are now under intern.
| Before | After |
|---|---|
Majority of projects within generated VS IDE solution are put under
their respective source folders, except the test executables. Majority
of which are various libmv tests. Use the same cmake macro to arrange
them in folders as what is used for regular libraries.
Visual Studio IDE solution view before and after. Most of `_test` projects that used to be in “root” level are now under `intern`.
| Before | After |
|—-|—-|
|  |  |
Read more here: Source link
