Skip to content

Commit f1936a7

Browse files
Add a new sample - subgroups operation
1 parent acbbaac commit f1936a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

samples/extensions/subgroups_operations/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

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)
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)
2121

2222
add_sample(
2323
ID ${FOLDER_NAME}

0 commit comments

Comments
 (0)