Reorganise the CMake scripts to make sure the core library is independent
This commit is contained in:
@ -48,6 +48,7 @@ endif(WIN32)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/PolyVoxConfig.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/PolyVoxConfig.cmake @ONLY)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PolyVoxConfig.cmake DESTINATION ${CONFIG_FILE_DIR} COMPONENT development)
|
||||
|
||||
#Documentation
|
||||
if(DOXYGEN_FOUND)
|
||||
#configure_file(${CMAKE_CURRENT_SOURCE_DIR}/polyvox.css ${CMAKE_CURRENT_BINARY_DIR}/polyvox.css)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
|
||||
@ -82,5 +83,3 @@ if(DOXYGEN_FOUND)
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#add_subdirectory(bindings)
|
||||
|
Reference in New Issue
Block a user