Renamed 'library' folder to 'include' (as it just contains headers now).
This commit is contained in:
parent
6e2004d9c5
commit
97bd3a232a
@ -50,7 +50,7 @@ endif()
|
|||||||
FIND_PACKAGE(Doxygen)
|
FIND_PACKAGE(Doxygen)
|
||||||
|
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(library)
|
ADD_SUBDIRECTORY(include)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
# 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.
|
# doesn't do anything) so that we can browse the source code from within Visual Studio.
|
||||||
ADD_CUSTOM_TARGET(PolyVoxCore SOURCES ${CORE_INC_FILES})
|
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.
|
#Install the core header files, including the ones in the Impl subfolder.
|
||||||
IF(WIN32)
|
IF(WIN32)
|
Loading…
x
Reference in New Issue
Block a user