Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Test_Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Denis Arrivault
Test_Project
Commits
16efc169
There was a problem fetching the pipeline summary.
Commit
16efc169
authored
6 years ago
by
Denis Arrivault
Browse files
Options
Downloads
Patches
Plain Diff
Change jar name
parent
b1b39161
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+3
-1
3 additions, 1 deletion
.gitignore
src/main/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/main/CMakeLists.txt
with
4 additions
and
2 deletions
.gitignore
+
3
−
1
View file @
16efc169
...
...
@@ -8,4 +8,6 @@ build/
*.out
.classpath
.gradle/
buildCmake/
buildCMake/
install/
This diff is collapsed.
Click to expand it.
src/main/CMakeLists.txt
+
1
−
1
View file @
16efc169
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment