Skip to content

Commit

Permalink
Minor change (lots of files, but not actually a big change) to slowly…
Browse files Browse the repository at this point in the history
… move towards case consistency in folders and main folder cleanup (PlusToolkit#201)

src folder is unchanged at this time
  • Loading branch information
adamrankin authored Nov 20, 2017
1 parent 97c1c7b commit 2a3d6b7
Show file tree
Hide file tree
Showing 116 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ENDIF()
# --------------------------------------------------------------------------
# Set up paths for data and SDKs
#
SET(PLUSLIB_TOOLS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tools)
SET(PLUSLIB_TOOLS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Tools)

SET(ATC_TRAKSTAR_BASE_DIR ${PLUSLIB_TOOLS_DIR}/Ascension/trakSTAR_940041_RevE)
SET(ATC_TRAKSTAR_INCLUDE_DIR ${ATC_TRAKSTAR_BASE_DIR}/inc CACHE PATH "Path to the Ascension trakSTAR 3D Guidance include folder (where the ATC3DG.h file is located)" FORCE )
Expand Down Expand Up @@ -178,7 +178,7 @@ MARK_AS_ADVANCED(PHIDGET_SPATIAL_BASE_DIR
PHIDGET_SPATIAL_BINARY_DIR
)
IF(PLUS_USE_PHIDGET_SPATIAL_TRACKER)
ADD_SUBDIRECTORY(tools/Phidget/Phidget22)
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/Phidget/Phidget22)
ENDIF()

SET(EPIPHAN_SDK_BASE_DIR ${PLUSLIB_TOOLS_DIR}/Epiphan)
Expand All @@ -196,7 +196,7 @@ MARK_AS_ADVANCED(EPIPHAN_SDK_BASE_DIR
EPIPHAN_LIB_DIR
)
IF(PLUS_USE_EPIPHAN)
ADD_SUBDIRECTORY(tools/Epiphan)
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/Epiphan)
ENDIF()

SET(USDIGITAL_SEI_BASE_DIR ${PLUSLIB_TOOLS_DIR}/UsDigital/SEI_5.22)
Expand All @@ -209,7 +209,7 @@ MARK_AS_ADVANCED(USDIGITAL_SEI_BASE_DIR
USDIGITAL_SEI_LIB_DIR
)
IF(PLUS_USE_BRACHY_TRACKER)
ADD_SUBDIRECTORY(tools/UsDigital/SEI_5.22)
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/UsDigital/SEI_5.22)
ENDIF()

IF(WIN32)
Expand All @@ -228,7 +228,7 @@ IF(WIN32)
NVIDIA_DVP_LIB_DIR
)
IF(PLUS_USE_NVIDIA_DVP)
ADD_SUBDIRECTORY(tools/NVidia/dvp170)
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/NVidia/dvp170)
ENDIF()
ENDIF()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Utilities/SetupForDevelopment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ setup_user() {
}

# Copy hooks
echo cp hooks/commit-msg $gitDir/hooks
cp hooks/commit-msg $gitDir/hooks
echo cp Utilities/hooks/commit-msg $gitDir/hooks
cp Utilities/hooks/commit-msg $gitDir/hooks

if [ "$1" == "copyOnly" ]; then
exit 0
Expand Down
File renamed without changes.

0 comments on commit 2a3d6b7

Please sign in to comment.