Skip to content

Commit 2a3d6b7

Browse files
authored
Minor change (lots of files, but not actually a big change) to slowly move towards case consistency in folders and main folder cleanup (#201)
src folder is unchanged at this time
1 parent 97c1c7b commit 2a3d6b7

File tree

116 files changed

+7
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+7
-7
lines changed

CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ENDIF()
137137
# --------------------------------------------------------------------------
138138
# Set up paths for data and SDKs
139139
#
140-
SET(PLUSLIB_TOOLS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tools)
140+
SET(PLUSLIB_TOOLS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Tools)
141141

142142
SET(ATC_TRAKSTAR_BASE_DIR ${PLUSLIB_TOOLS_DIR}/Ascension/trakSTAR_940041_RevE)
143143
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 )
@@ -178,7 +178,7 @@ MARK_AS_ADVANCED(PHIDGET_SPATIAL_BASE_DIR
178178
PHIDGET_SPATIAL_BINARY_DIR
179179
)
180180
IF(PLUS_USE_PHIDGET_SPATIAL_TRACKER)
181-
ADD_SUBDIRECTORY(tools/Phidget/Phidget22)
181+
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/Phidget/Phidget22)
182182
ENDIF()
183183

184184
SET(EPIPHAN_SDK_BASE_DIR ${PLUSLIB_TOOLS_DIR}/Epiphan)
@@ -196,7 +196,7 @@ MARK_AS_ADVANCED(EPIPHAN_SDK_BASE_DIR
196196
EPIPHAN_LIB_DIR
197197
)
198198
IF(PLUS_USE_EPIPHAN)
199-
ADD_SUBDIRECTORY(tools/Epiphan)
199+
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/Epiphan)
200200
ENDIF()
201201

202202
SET(USDIGITAL_SEI_BASE_DIR ${PLUSLIB_TOOLS_DIR}/UsDigital/SEI_5.22)
@@ -209,7 +209,7 @@ MARK_AS_ADVANCED(USDIGITAL_SEI_BASE_DIR
209209
USDIGITAL_SEI_LIB_DIR
210210
)
211211
IF(PLUS_USE_BRACHY_TRACKER)
212-
ADD_SUBDIRECTORY(tools/UsDigital/SEI_5.22)
212+
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/UsDigital/SEI_5.22)
213213
ENDIF()
214214

215215
IF(WIN32)
@@ -228,7 +228,7 @@ IF(WIN32)
228228
NVIDIA_DVP_LIB_DIR
229229
)
230230
IF(PLUS_USE_NVIDIA_DVP)
231-
ADD_SUBDIRECTORY(tools/NVidia/dvp170)
231+
ADD_SUBDIRECTORY(${PLUSLIB_TOOLS_DIR}/NVidia/dvp170)
232232
ENDIF()
233233
ENDIF()
234234

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.

Utilities/SetupForDevelopment.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ setup_user() {
5454
}
5555

5656
# Copy hooks
57-
echo cp hooks/commit-msg $gitDir/hooks
58-
cp hooks/commit-msg $gitDir/hooks
57+
echo cp Utilities/hooks/commit-msg $gitDir/hooks
58+
cp Utilities/hooks/commit-msg $gitDir/hooks
5959

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

0 commit comments

Comments
 (0)