Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
b31d8859
Commit
b31d8859
authored
Apr 28, 2017
by
Kersten Schuster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapted CMakeLists.txt to produce correct bundle path names. Updated OF submodule.
parent
1b09023c
Pipeline
#4876
failed with stage
in 90 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+2
-2
OpenFlipper
OpenFlipper
+1
-1
No files found.
CMakeLists.txt
View file @
b31d8859
...
...
@@ -189,7 +189,7 @@ endif()
# Configure the executables path for tests
# ========================================================================
if
(
APPLE
)
SET
(
OPENFLIPPER_EXECUTABLE
"
${
CMAKE_BINARY_DIR
}
/Build/
OpenFlipper
.app/Contents/MacOS/
${
OPENFLIPPER_PRODUCT_STRING
}
"
)
SET
(
OPENFLIPPER_EXECUTABLE
"
${
CMAKE_BINARY_DIR
}
/Build/
${
OPENFLIPPER_PRODUCT_STRING
}
.app/Contents/MacOS/
${
OPENFLIPPER_PRODUCT_STRING
}
"
)
elseif
(
WIN32
)
SET
(
OPENFLIPPER_EXECUTABLE
"
${
CMAKE_BINARY_DIR
}
/Build/
${
OPENFLIPPER_PRODUCT_STRING
}
.exe"
)
else
()
...
...
@@ -463,7 +463,7 @@ if ( APPLE )
add_dependencies
(
fixbundle
${
OPENFLIPPER_PRODUCT_STRING
}
OpenFlipperPluginLib
${
OPENFLIPPER_PLUGINS
}
)
# install bundle
install
(
DIRECTORY
${
CMAKE_BINARY_DIR
}
/Build/
OpenFlipper
.app DESTINATION .
install
(
DIRECTORY
${
CMAKE_BINARY_DIR
}
/Build/
${
OPENFLIPPER_PRODUCT_STRING
}
.app DESTINATION .
USE_SOURCE_PERMISSIONS
)
# Extra target for building an OpenFlipper package on mac
...
...
OpenFlipper
@
055b5235
Compare
cec1d0af
...
055b5235
Subproject commit
cec1d0af5af7494c41dd2c91d797a66f14d10866
Subproject commit
055b5235afa94e8a89e2e28f4ebbf324b17c4fb8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment