cmake(java): Add examples (#202)
This commit is contained in:
@@ -2,3 +2,7 @@ if(NOT BUILD_JAVA_EXAMPLES)
|
||||
return()
|
||||
endif()
|
||||
|
||||
file(GLOB JAVA_SRCS "*.java")
|
||||
foreach(SAMPLE IN LISTS JAVA_SRCS)
|
||||
add_java_example(${SAMPLE})
|
||||
endforeach()
|
||||
|
||||
Reference in New Issue
Block a user