Removed some unecessary hierarchy in VS project structure.

Renamed the documentation targets in VS for clarity.
This commit is contained in:
David Williams
2012-09-28 14:07:13 +02:00
parent 4b63c34305
commit bc01223237
9 changed files with 11 additions and 10 deletions

View File

@ -36,7 +36,8 @@ if(SPHINXBUILD_EXECUTABLE)
COMMENT "Building PolyVox manual"
)
add_dependencies(manual doc)
SET_PROPERTY(TARGET manual PROPERTY FOLDER "Documentation/Manual")
set_target_properties(manual PROPERTIES PROJECT_LABEL "Manual") #Set label seen in IDE
SET_PROPERTY(TARGET manual PROPERTY FOLDER "Documentation")
else()
if(NOT SPHINXBUILD_EXECUTABLE)
message(STATUS "`sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its location.")