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
e0426080
Commit
e0426080
authored
Jun 21, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch for apps and updating refs
parent
87ce40f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
CMakeLists.txt
CMakeLists.txt
+8
-3
ITAQtWidgets
ITAQtWidgets
+1
-1
No files found.
CMakeLists.txt
View file @
e0426080
...
...
@@ -14,7 +14,7 @@ include( VistaCommon )
set
(
ITA_ACOUSTIC_VISUALIZATION_COMMON_BUILD TRUE
)
if
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_WITH_APPS
)
set
(
ITA_ACOUSTIC_VISUALIZATION_WITH_APPS O
N
CACHE BOOL
"Build ITA acoustic visualization applications"
)
set
(
ITA_ACOUSTIC_VISUALIZATION_WITH_APPS O
FF
CACHE BOOL
"Build ITA acoustic visualization applications"
)
endif
(
)
if
(
NOT DEFINED ITA_ACOUSTIC_VISUALIZATION_WITH_TESTS
)
...
...
@@ -44,8 +44,13 @@ if( MSVC )
endif
()
# ITAAcousticVisualization submodules
# ITAAcousticVisualization submodules
... tbd
add_subdirectory
(
ITAQtWidgets
)
#add_subdirectory( ITAFox )
#add_subdirectory( ITAVTK )
add_subdirectory
(
ITAMess
)
if
(
ITA_ACOUSTIC_VISUALIZATION_WITH_APPS
)
add_subdirectory
(
ITAMess
)
endif
(
)
ITAQtWidgets
@
4c1d449d
Compare
908d671f
...
4c1d449d
Subproject commit
908d671fd415372d33c67380575ac788ef2df480
Subproject commit
4c1d449d3eaa633347c3bdcefc6b4990d1de522b
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