mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Tests: Test namespaces with exported JARs
This commit is contained in:
@@ -7,4 +7,7 @@ find_package(Java COMPONENTS Development)
|
||||
include(UseJava)
|
||||
|
||||
add_jar(${PROJECT_NAME} Foo.java)
|
||||
export_jars(TARGETS ${PROJECT_NAME} FILE JavaBuildExportTestConfig.cmake)
|
||||
export_jars(
|
||||
TARGETS ${PROJECT_NAME}
|
||||
NAMESPACE foo::
|
||||
FILE JavaBuildExportTestConfig.cmake)
|
||||
|
||||
Reference in New Issue
Block a user