cmake: rework dotnet helper functions

This commit is contained in:
Corentin Le Molgat
2024-01-18 10:20:43 +01:00
parent 1c7f210c98
commit dd6da5bf0f
18 changed files with 214 additions and 94 deletions

View File

@@ -39,6 +39,6 @@ endif()
if(BUILD_DOTNET_SAMPLES)
file(GLOB DOTNET_SRCS "*.cs")
foreach(SAMPLE IN LISTS DOTNET_SRCS)
add_dotnet_sample(${SAMPLE})
add_dotnet_sample(FILE_NAME ${SAMPLE})
endforeach()
endif()