Brought the manual and API docs together under the same heading in Visual Studio.

This commit is contained in:
David Williams
2012-09-28 13:54:27 +02:00
parent a32049a5d2
commit 4b63c34305
10 changed files with 10 additions and 10 deletions

View File

@ -59,7 +59,7 @@ IF(MSVC)
SET_TARGET_PROPERTIES(BasicExample PROPERTIES COMPILE_FLAGS "/W4 /wd4127")
ENDIF(MSVC)
TARGET_LINK_LIBRARIES(BasicExample ${QT_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} PolyVoxCore)
SET_PROPERTY(TARGET BasicExample PROPERTY FOLDER "examples/Basic")
SET_PROPERTY(TARGET BasicExample PROPERTY FOLDER "Examples/Basic")
#Install - Only install the example in Windows
IF(WIN32)

View File

@ -65,7 +65,7 @@ IF(MSVC)
SET_TARGET_PROPERTIES(OpenGLExample PROPERTIES COMPILE_FLAGS "/W4 /wd4127")
ENDIF(MSVC)
TARGET_LINK_LIBRARIES(OpenGLExample ${QT_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} PolyVoxCore)
SET_PROPERTY(TARGET OpenGLExample PROPERTY FOLDER "examples/OpenGL")
SET_PROPERTY(TARGET OpenGLExample PROPERTY FOLDER "Examples/OpenGL")
#Install - Only install the example in Windows
IF(WIN32)

View File

@ -61,7 +61,7 @@ IF(MSVC)
SET_TARGET_PROPERTIES(PagingExample PROPERTIES COMPILE_FLAGS "/W4 /wd4127")
ENDIF(MSVC)
TARGET_LINK_LIBRARIES(PagingExample ${QT_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} PolyVoxCore)
SET_PROPERTY(TARGET PagingExample PROPERTY FOLDER "examples/Paging")
SET_PROPERTY(TARGET PagingExample PROPERTY FOLDER "Examples/Paging")
#Install - Only install the example in Windows
IF(WIN32)

View File

@ -59,7 +59,7 @@ IF(MSVC)
SET_TARGET_PROPERTIES(SmoothLODExample PROPERTIES COMPILE_FLAGS "/W4 /wd4127") #All warnings
ENDIF(MSVC)
TARGET_LINK_LIBRARIES(SmoothLODExample ${QT_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} PolyVoxCore)
SET_PROPERTY(TARGET SmoothLODExample PROPERTY FOLDER "examples/SmoothLOD")
SET_PROPERTY(TARGET SmoothLODExample PROPERTY FOLDER "Examples/SmoothLOD")
#Install - Only install the example in Windows
IF(WIN32)