We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbbaac commit f1936a7Copy full SHA for f1936a7
1 file changed
samples/extensions/subgroups_operations/CMakeLists.txt
@@ -14,10 +14,10 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-
18
-get_filename_component(FOLDER_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
19
-get_filename_component(PARENT_DIR ${CMAKE_CURRENT_LIST_DIR} PATH)
20
-get_filename_component(CATEGORY_NAME ${PARENT_DIR} NAME)
+
+ get_filename_component(FOLDER_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
+ get_filename_component(PARENT_DIR ${CMAKE_CURRENT_LIST_DIR} PATH)
+ get_filename_component(CATEGORY_NAME ${PARENT_DIR} NAME)
21
22
add_sample(
23
ID ${FOLDER_NAME}
0 commit comments