Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITADataSources
Compare Revisions
59092de367e418c7d536ffd11598d49b412a5166...6836aae1e7788b9a3329bc4db31cd28bc463aaca
Commits (1)
Linux compat fixes
· 6836aae1
Dipl.-Ing. Jonas Stienen
authored
Jun 08, 2017
6836aae1
Hide whitespace changes
Inline
Side-by-side
tests/NetAudio/CMakeLists.txt
View file @
6836aae1
...
...
@@ -68,11 +68,12 @@ if( ITA_DATA_SOURCES_WITH_INTEGRATED_ASIO )
vista_install
(
ITANetAudioTest
)
vista_create_default_info_file
(
ITANetAudioTest
)
set_property
(
TARGET ITANetAudioTest PROPERTY FOLDER
"ITACoreLibs/Tests/ITADataSources/NetAudio"
)
endif
(
)
vista_install_all_dlls
(
bin
)
set_property
(
TARGET ITANetAudioTest PROPERTY FOLDER
"ITACoreLibs/Tests/ITADataSources/NetAudio"
)
if
(
NOT DEFINED ITA_NETAUDIO_SERVER_WITH_TESTS
)
set
(
ITA_NETAUDIO_SERVER_WITH_TESTS
"localhost 12480 44100 32 2"
CACHE STRING
"Arguments for calling NetAudio server"
)
...
...
tests/NetAudio/ITANetAudioStreamingPortaudioClientTest.cpp
View file @
6836aae1
...
...
@@ -6,7 +6,7 @@
#include <ITAException.h>
#include <ITAFileDataSource.h>
#include <ITAStreamProbe.h>
#include <ITAStreamPatch
b
ay.h>
#include <ITAStreamPatch
B
ay.h>
using
namespace
std
;
int
main
(
int
argc
,
char
*
argv
[])
...
...