On Thu, Jan 1, 2015 at 11:27 PM, Scott Aron Bloom
<[email protected]> 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
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to