Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
9e17828b
Commit
9e17828b
authored
Sep 30, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding vista static
parent
ab06c5a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
CMakeLists.txt
CMakeLists.txt
+7
-0
No files found.
CMakeLists.txt
View file @
9e17828b
...
...
@@ -11,6 +11,10 @@ if( NOT DEFINED ITA_VA_BUILD_STATIC )
set
(
ITA_VA_BUILD_STATIC OFF CACHE BOOL
"Build static VA libs"
)
endif
(
NOT DEFINED ITA_VA_BUILD_STATIC
)
if
(
NOT DEFINED ITA_VISTA_BUILD_STATIC
)
set
(
ITA_VISTA_BUILD_STATIC OFF CACHE BOOL
"Build against static ViSTA libraries"
)
endif
(
NOT DEFINED ITA_VISTA_BUILD_STATIC
)
if
(
NOT DEFINED ITA_VANET_INSTALL_WITH_DLLS
)
set
(
ITA_VANET_INSTALL_WITH_DLLS ON CACHE BOOL
"Install VANet with depending DLLs (use this switch with care)"
)
endif
(
NOT DEFINED ITA_VANET_INSTALL_WITH_DLLS
)
...
...
@@ -25,6 +29,9 @@ include( "src/_SourceFiles.cmake" )
include_directories
(
"include"
)
if
(
ITA_VISTA_BUILD_STATIC
)
add_definitions
(
-DVISTABASE_STATIC -DVISTAASPECTS_STATIC -DVISTAINTERPROCCOMM_STATIC
)
endif
(
ITA_VISTA_BUILD_STATIC
)
if
(
NOT ITA_VA_BUILD_STATIC
)
add_definitions
(
-DVANET_EXPORTS
)
...
...
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