Skip to content
Snippets Groups Projects
Commit 16efc169 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Change jar name

parent b1b39161
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,4 +8,6 @@ build/
*.out
.classpath
.gradle/
buildCmake/
buildCMake/
install/
cmake_minimum_required (VERSION 2.8)
project (IMMCOMPLX_JAVA_MAIN Java)
set(CMAKE_JAVA_TARGET_OUTPUT_NAME immutablecomplex-${IMMCOMPLX_VERSION})
set(CMAKE_JAVA_TARGET_OUTPUT_NAME immutablecomplex)
# Compile the source files into a jar with a main
add_jar(immutablecomplex java/Complex.java java/Main.java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment