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
e53c1bae
Commit
e53c1bae
authored
Feb 08, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://git.rwth-aachen.de/ita/VAMatlab
into develop
parents
a867da73
ce20768c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CMakeLists.txt
CMakeLists.txt
+5
-1
No files found.
CMakeLists.txt
View file @
e53c1bae
...
@@ -23,7 +23,7 @@ endif( NOT DEFINED ITA_VAMATLAB_SHOW_BANNER )
...
@@ -23,7 +23,7 @@ endif( NOT DEFINED ITA_VAMATLAB_SHOW_BANNER )
vista_use_package
(
VABase REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
VABase REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
VANet REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
VANet REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
Matlab REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
Matlab REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
NatNetSDK REQUIRED
)
vista_use_package
(
NatNetSDK REQUIRED
FIND_DEPENDENCIES
)
# Compiler
# Compiler
...
@@ -68,6 +68,10 @@ set( VAMATLAB_SRC
...
@@ -68,6 +68,10 @@ set( VAMATLAB_SRC
add_library
(
VAMatlab
${
VAMATLAB_SRC
}
VAMatlab.def
)
add_library
(
VAMatlab
${
VAMATLAB_SRC
}
VAMatlab.def
)
target_link_libraries
(
VAMatlab
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
target_link_libraries
(
VAMatlab
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
if
(
ITA_VA_INSTALL_WITH_DLLS
)
vista_install_all_dlls
(
bin
)
endif
(
)
vista_configure_lib
(
VAMatlab
)
vista_configure_lib
(
VAMatlab
)
vista_install
(
VAMatlab
)
vista_install
(
VAMatlab
)
vista_create_default_info_file
(
VAMatlab
)
vista_create_default_info_file
(
VAMatlab
)
...
...
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