cmake: rework dotnet helper functions
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user