Renamed 'library' folder to 'include' (as it just contains headers now).

This commit is contained in:
David Williams 2015-02-07 15:21:33 +01:00
parent 6e2004d9c5
commit 97bd3a232a
67 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,7 @@ endif()
FIND_PACKAGE(Doxygen)
ADD_SUBDIRECTORY(library)
ADD_SUBDIRECTORY(include)

View File

@ -123,7 +123,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/include ${CMAKE_CURRENT_SOURCE_D
# Although we don't build anything for PolyVox, we still add this custom target (which
# doesn't do anything) so that we can browse the source code from within Visual Studio.
ADD_CUSTOM_TARGET(PolyVoxCore SOURCES ${CORE_INC_FILES})
SET_PROPERTY(TARGET PolyVoxCore PROPERTY FOLDER "Library")
#Install the core header files, including the ones in the Impl subfolder.
IF(WIN32)