Skip to content
Snippets Groups Projects
Commit e734ab5a authored by Jonas Stienen's avatar Jonas Stienen
Browse files

Adding WIN32 switch for DLL import/export definition

parent c14c1c73
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,9 @@ endif( VPORTAUDIO_FOUND AND ITA_DATA_SOURCE_WITH_INTEGRATED_PORTAUDIO ) ...@@ -80,7 +80,9 @@ endif( VPORTAUDIO_FOUND AND ITA_DATA_SOURCE_WITH_INTEGRATED_PORTAUDIO )
# compiler # compiler
if( WIN32 )
add_definitions( -DITA_BASE_DLL -DITA_DATA_SOURCES_DLL -DITA_DATA_SOURCES_EXPORT ) add_definitions( -DITA_BASE_DLL -DITA_DATA_SOURCES_DLL -DITA_DATA_SOURCES_EXPORT )
endif( WIN32)
# linker # linker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment