[CMake] How to USE_FOLDERS correctly?

Robert Bielik robert.bielik at xponaut.se
Fri Mar 18 13:31:38 EDT 2011


Hi Oliver,

I use this feature and only thing that differs for me is that I do:

SET_TARGET_PROPERTIES(
   myCore
   PROPERTIES
   FOLDER "Core"
)

Hope that helps,
/Rob


More information about the CMake mailing list