summaryrefslogtreecommitdiffstats
path: root/Tests/JavaExportImport/Import
diff options
context:
space:
mode:
authorMatthew Woehlke <matthew.woehlke@kitware.com>2017-04-20 19:11:27 (GMT)
committerMatthew Woehlke <matthew.woehlke@kitware.com>2017-04-21 14:51:09 (GMT)
commit0bee006602f07e26d052ba30541e6ce61a621b63 (patch)
tree571ff8e9b3a0762cfc1cf1773f6d2da736ec3120 /Tests/JavaExportImport/Import
parent789c8de3df0c18fe8b0912286e4c1810542a79e9 (diff)
downloadCMake-0bee006602f07e26d052ba30541e6ce61a621b63.zip
CMake-0bee006602f07e26d052ba30541e6ce61a621b63.tar.gz
CMake-0bee006602f07e26d052ba30541e6ce61a621b63.tar.bz2
Tests: Test namespaces with exported JARs
Diffstat (limited to 'Tests/JavaExportImport/Import')
-rw-r--r--Tests/JavaExportImport/Import/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/JavaExportImport/Import/CMakeLists.txt b/Tests/JavaExportImport/Import/CMakeLists.txt
index 79a1447..13ec05d 100644
--- a/Tests/JavaExportImport/Import/CMakeLists.txt
+++ b/Tests/JavaExportImport/Import/CMakeLists.txt
@@ -11,4 +11,4 @@ find_package(JavaInstallExportTest REQUIRED)
add_jar(${PROJECT_NAME}
SOURCES Import.java
- INCLUDE_JARS foo bar)
+ INCLUDE_JARS foo::foo bar::bar)