diff options
| author | Matthew Woehlke <matthew.woehlke@kitware.com> | 2017-04-20 19:11:27 (GMT) |
|---|---|---|
| committer | Matthew Woehlke <matthew.woehlke@kitware.com> | 2017-04-21 14:51:09 (GMT) |
| commit | 0bee006602f07e26d052ba30541e6ce61a621b63 (patch) | |
| tree | 571ff8e9b3a0762cfc1cf1773f6d2da736ec3120 /Tests/JavaExportImport/InstallExport | |
| parent | 789c8de3df0c18fe8b0912286e4c1810542a79e9 (diff) | |
| download | CMake-0bee006602f07e26d052ba30541e6ce61a621b63.zip CMake-0bee006602f07e26d052ba30541e6ce61a621b63.tar.gz CMake-0bee006602f07e26d052ba30541e6ce61a621b63.tar.bz2 | |
Tests: Test namespaces with exported JARs
Diffstat (limited to 'Tests/JavaExportImport/InstallExport')
| -rw-r--r-- | Tests/JavaExportImport/InstallExport/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/JavaExportImport/InstallExport/CMakeLists.txt b/Tests/JavaExportImport/InstallExport/CMakeLists.txt index 0a9afd9..2923beb 100644 --- a/Tests/JavaExportImport/InstallExport/CMakeLists.txt +++ b/Tests/JavaExportImport/InstallExport/CMakeLists.txt @@ -10,5 +10,6 @@ add_jar(${PROJECT_NAME} Bar.java) install_jar(${PROJECT_NAME} DESTINATION share/java) install_jar_exports( TARGETS ${PROJECT_NAME} + NAMESPACE bar:: FILE JavaInstallExportTestConfig.cmake DESTINATION share/cmake) |
