renamed: ThirdParty/* -> third_party/*

This commit is contained in:
Dennis Luxen 2014-11-28 15:21:12 +01:00
parent 8485e02c00
commit 0f7cb12e97
138 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ OPTION(WITH_TOOLS "Build OSRM tools" OFF)
OPTION(BUILD_TOOLS "Build OSRM tools" OFF)
include_directories(${CMAKE_SOURCE_DIR}/Include/)
include_directories(${CMAKE_SOURCE_DIR}/ThirdParty/)
include_directories(${CMAKE_SOURCE_DIR}/third_party/)
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/Util/finger_print.cpp finger_print.cpp.alwaysbuild
COMMAND ${CMAKE_COMMAND} -DSOURCE_DIR=${CMAKE_SOURCE_DIR}

Some files were not shown because too many files have changed in this diff Show More