##################################################
###                 DIRECTORIES                ###
##################################################

SET( CURRENT_DIR			${CMAKE_CURRENT_LIST_DIR}			)
SET( RAPIDJSON_SOURCE_DIR	${CURRENT_DIR}/include/rapidjson	)

##################################################
###                COPY INCLUDES               ###
##################################################

FILE ( COPY ${RAPIDJSON_SOURCE_DIR} DESTINATION ${BUILD_INCLUDES_DIR}	)

MESSAGE ( "${BoldMagenta}Scanning dependencies of target rapidjson${ColourReset}"		)
MESSAGE ( "[ 50%] ${BoldGreen}Copying DIR object ${RAPIDJSON_SOURCE_DIR}${ColourReset}"	)
MESSAGE ( "[ 50%] Copied target rapidjson" )

##################################################