Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITACoreLibs
Commits
fdbb0d70
Commit
fdbb0d70
authored
May 26, 2017
by
Jonas Stienen
Browse files
Updating refs and adding ITADSP project to core libs
parent
93a33663
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
fdbb0d70
...
...
@@ -19,3 +19,6 @@
[submodule "ITAStreaming"]
path = ITAStreaming
url = https://git.rwth-aachen.de/ita/ITAStreaming.git
[submodule "ITADSP"]
path = ITADSP
url = https://git.rwth-aachen.de/ita/ITADSP
CMakeLists.txt
View file @
fdbb0d70
...
...
@@ -40,7 +40,8 @@ endif()
set
(
ITA_CORE_LIBS_COMMON_BUILD TRUE
)
add_subdirectory
(
ITABase
)
add_subdirectory
(
ITAFFT
)
add_subdirectory
(
ITAStreaming
)
add_subdirectory
(
ITADSP
)
add_subdirectory
(
ITASampler
)
add_subdirectory
(
ITADataSources
)
add_subdirectory
(
ITAConvolution
)
add_subdirectory
(
ITACTC
)
...
...
@@ -55,4 +56,4 @@ if( MSVC )
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITAConvolution
)
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITACTC
)
endif
(
)
endif
(
)
\ No newline at end of file
endif
(
)
ITABase
@
c74d9f0c
Compare
bc3fe95c
...
c74d9f0c
Subproject commit
bc3fe95c2641f69a5217bef29be6b55dc3d3d00f
Subproject commit
c74d9f0c6a09edcb3f53053bb2973bc880ea79f7
ITADSP
@
62c3c542
Subproject commit 62c3c54291ebf8d4ced2275f558e2928e7dce979
ITAFFT
@
7971141a
Compare
13ac1ee9
...
7971141a
Subproject commit
13ac1ee9c248abac9b6377e89077159c940823f4
Subproject commit
7971141a56c64600a22ae5004d84f2c22ea97196
ITASampler
@
eec6cf4a
Compare
a5003dd4
...
eec6cf4a
Subproject commit
a5003dd4fedbeb1693fe01939ff33b1030c29500
Subproject commit
eec6cf4a028138bdd9d7087db42d98bc2f331b6d
ITAStreaming
@
46f56525
Compare
8c973c6f
...
46f56525
Subproject commit
8c973c6fd788e56a9e5c6a4fdaeea6ccd6fc3074
Subproject commit
46f56525d73fd95513004d0448caaaeb9398ba6e
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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