Use the CMake folder tool to help IDEs groupt targets.
This is done as seen in http://athile.net/library/blog/?p=288 Hopefully this works in Visual Studio as KDevelop doesn't use this feature.
This commit is contained in:
@ -14,6 +14,7 @@ MACRO(CREATE_TEST headerfile sourcefile executablename)
|
||||
ELSE(WIN32)
|
||||
SET(LATEST_TEST ${CMAKE_CURRENT_BINARY_DIR}/${executablename})
|
||||
ENDIF(WIN32)
|
||||
SET_PROPERTY(TARGET ${executablename} PROPERTY FOLDER "tests")
|
||||
ENDMACRO(CREATE_TEST)
|
||||
|
||||
IF(NOT QT_QTTEST_FOUND)
|
||||
|
Reference in New Issue
Block a user