@ -16,13 +16,7 @@ project(dvmvocoder)
set(CMAKE_STATIC_LIBRARY_PREFIX "")
set(CMAKE_SHARED_LIBRARY_PREFIX "")
option(COMPILE_WIN32 "Compile for Win32" off)
# Set up wion
if(COMPILE_WIN32)
set(CMAKE_SYSTEM_NAME "Windows")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
endif()
set(WINDOWS_EXPORT_ALL_SYMBOLS true)
#
# Build Vocoder as a Shared Library (dll or so)
Powered by TurnKey Linux.