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

@ -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")
#Install - Only install the example in Windows
IF(WIN32)