Added automatic creation of lib bin and lib/osgPlugins
This commit is contained in:
@@ -147,6 +147,14 @@ ELSE(NOT APPLE)
|
||||
ENDIF(NOT APPLE)
|
||||
|
||||
|
||||
################################################################################
|
||||
# Create bin and lib directories if required
|
||||
|
||||
IF("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
||||
FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin ${CMAKE_BINARY_DIR}/lib ${CMAKE_BINARY_DIR}/lib/osgPlugins)
|
||||
ENDIF("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
||||
|
||||
|
||||
################################################################################
|
||||
# Installation stuff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user