Skip to content

Commit 7a0511f

Browse files
Rename DataSamples to Presets
1 parent 09e4f53 commit 7a0511f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/CmakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,19 @@
112112
endforeach()
113113

114114
# Create datasamples directory
115-
file(MAKE_DIRECTORY ${PROJECT_DESTINATION_RESOURCES_FOLDER}/DataSamples)
115+
file(MAKE_DIRECTORY ${PROJECT_DESTINATION_RESOURCES_FOLDER}/Presets)
116116

117117
# Find datasamples files
118118
file(
119119
GLOB_RECURSE DATA_SAMPLES_FILES
120-
${CMAKE_CURRENT_SOURCE_DIR}/DataSamples/*
120+
${CMAKE_CURRENT_SOURCE_DIR}/Presets/*
121121
)
122122

123123
# Copy datasamples files
124124
foreach(CURRENT_FILE ${DATA_SAMPLES_FILES})
125125
configure_file(
126126
${CURRENT_FILE}
127-
${PROJECT_DESTINATION_RESOURCES_FOLDER}/DataSamples
127+
${PROJECT_DESTINATION_RESOURCES_FOLDER}/Presets
128128
COPYONLY
129129
)
130130
endforeach()

0 commit comments

Comments
 (0)