cmake: Add dotnet samples

This commit is contained in:
Mizux Seiha
2020-09-22 19:05:31 +02:00
parent a4052ab83f
commit a4a5f64801
14 changed files with 136 additions and 46 deletions

View File

@@ -24,5 +24,8 @@ if(BUILD_JAVA_SAMPLES)
endif()
if(BUILD_DOTNET_SAMPLES)
file(GLOB DOTNET_SRCS "*.cs")
foreach(SAMPLE IN LISTS DOTNET_SRCS)
add_dotnet_sample(${SAMPLE})
endforeach()
endif()