summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/binref/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/binref/CMakeLists.txt')
-rw-r--r--jrt_test/src/binref/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/jrt_test/src/binref/CMakeLists.txt b/jrt_test/src/binref/CMakeLists.txt
index 20594f98d02..3abbdee7aed 100644
--- a/jrt_test/src/binref/CMakeLists.txt
+++ b/jrt_test/src/binref/CMakeLists.txt
@@ -3,3 +3,7 @@
configure_file(compilejava.in compilejava @ONLY)
configure_file(runjava.in runjava @ONLY)
configure_file(env.sh.in env.sh @ONLY)
+
+if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
+ file(COPY sbcmd simpleserver slobrok DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+endif()