Skip to content
Snippets Groups Projects
Commit 6836aae1 authored by Dipl.-Ing. Jonas Stienen's avatar Dipl.-Ing. Jonas Stienen
Browse files

Linux compat fixes

parent 59092de3
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
......@@ -6,7 +6,7 @@
#include <ITAException.h>
#include <ITAFileDataSource.h>
#include <ITAStreamProbe.h>
#include <ITAStreamPatchbay.h>
#include <ITAStreamPatchBay.h>
using namespace std;
int main(int argc, char* argv[])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment