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)
ITAAcousticVisualization
Commits
90f4f953
Commit
90f4f953
authored
Jan 10, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improving cmake config
parent
49c79ddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
CMakeLists.txt
CMakeLists.txt
+17
-2
ITAQtWidgets
ITAQtWidgets
+1
-1
No files found.
CMakeLists.txt
View file @
90f4f953
...
...
@@ -13,15 +13,30 @@ include( VistaCommon )
set
(
ITA_ACOUSTIC_VISUALIZATION_COMMON_BUILD TRUE
)
if
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_WITH_APPS
)
set
(
ITA_ACOUSTIC_VISUALIZATION_WITH_APPS ON CACHE BOOL
"Build ITA acoustic visualization applications"
)
endif
(
)
if
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_WITH_TESTS
)
set
(
ITA_ACOUSTIC_VISUALIZATION_WITH_TESTS ON CACHE BOOL
"Build ITA acoustic visualization tests"
)
endif
(
)
# Some global settings for static/shared library generation
if
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_BUILD_STATIC
)
set
(
ITA_ACOUSTIC_VISUALIZATION_BUILD_STATIC OFF CACHE BOOL
"Build all ITA acoustic visualization libs in static mode"
)
endif
()
endif
(
)
if
(
NOT DEFINED ITA_VISTA_BUILD_STATIC
)
set
(
ITA_VISTA_BUILD_STATIC OFF CACHE BOOL
"Build against static ViSTA libraries"
)
endif
()
endif
(
)
if
(
NOT DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
set
(
ITA_CORE_LIBS_BUILD_STATIC OFF CACHE BOOL
"Build against static ITA core libs"
)
endif
(
)
if
(
NOT DEFINED ITA_GEOMETRICAL_ACOUSTICS_BUILD_STATIC
)
set
(
ITA_GEOMETRICAL_ACOUSTICS_BUILD_STATIC OFF CACHE BOOL
"Build against static ITA geometrical acoustics libs"
)
endif
(
)
# Compiler
if
(
MSVC
)
...
...
ITAQtWidgets
@
908d671f
Compare
67bd107e
...
908d671f
Subproject commit
67bd107e543930be79c4291eef3418776255fcea
Subproject commit
908d671fd415372d33c67380575ac788ef2df480
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