1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 17:31:57 +08:00

FortranCInterface: Add support for LFortran module mangling

This commit is contained in:
Brad King
2025-07-24 09:41:07 -04:00
parent fa3978fa85
commit 7591439bb8

View File

@@ -47,6 +47,8 @@ set(module_symbols
mymodule_MP_mysub # NAG
_QMmy_modulePmy_sub # LLVMFlang
_QMmymodulePmysub # LLVMFlang
__module_my_module_my_sub # LFortran
__module_mymodule_mysub # LFortran
${FortranCInterface_MODULE_SYMBOLS}
)
list(REMOVE_DUPLICATES module_symbols)