Skip to content

Commit

Permalink
rename build target for java examples
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent b3162b0 commit f1e95fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/java/CMakeLists.txt
Expand Up @@ -27,6 +27,6 @@ FOREACH(META_EXAMPLE ${META_EXAMPLES})
-Djava.library.path=${JAVA_LIB_PATH} ${EXAMPLE_NAME})
ENDFOREACH()

add_custom_target(build_generated_java_examples ALL
add_custom_target(build_java_meta_examples ALL
DEPENDS ${JAVA_EXAMPLES}
COMMENT "Compiled generated java examples")

0 comments on commit f1e95fb

Please sign in to comment.