[CMake] Rename target RUN_TESTS

John Drescher drescherjm at gmail.com
Thu Jan 1 23:44:32 EST 2015


On Thu, Jan 1, 2015 at 11:27 PM, Scott Aron Bloom
<scott.bloom at onshorecs.com> wrote:
> For windows Visual Studio using CMake with google test, one of the
> complaints my team has, is the project name “RUN_TESTS” gets lost in the
> numerous projects.

I am not sure about renaming that however I find it helpful to
organize my projects using solution folders with
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

and

set_target_properties(mylocalproject PROPERTIES FOLDER folder)



John


More information about the CMake mailing list