interface: fs: replace ifc definition with xpcg

This commit is contained in:
2026-03-10 19:13:24 +00:00
parent 5931642cc2
commit 79af171384
3 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
file(GLOB if_files *.if)
file(GLOB if_files *.xpc)
foreach (file ${if_files})
get_filename_component(name ${file} NAME_WLE)