Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VAMatlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VAMatlab
Commits
1e88277d
Commit
1e88277d
authored
Sep 04, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding hint how to create itaVA convenience class after deploy
parent
ce7d828d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
1e88277d
...
...
@@ -106,4 +106,6 @@ install( FILES "matlab/itaVA_example_tracked_listener.m" DESTINATION "matlab" )
if
(
ITA_VA_MATLAB_POSTBUILD_CREATE_MATLAB_CLASS
)
set
(
MATLAB_BUILD_CLASS_COMMAND
"matlab -nodisplay -nosplash -nodesktop -r
\"
run( 'matlab/itaVA_build_absolute.m' )
\"
"
)
add_custom_command
(
TARGET VAMatlab POST_BUILD COMMAND
${
MATLAB_BUILD_CLASS_COMMAND
}
WORKING_DIRECTORY
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
COMMENT
"Running matlab itaVA installer"
VERBATIM
)
else
(
)
message
(
STATUS
"To make the itaVA convenience class available, after deploy, please run the 'matlab/itaVA_build.m' ccript once in Matlab. It will generate the itavA.m class file in the matlab folder."
)
endif
(
)
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