1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

Merge remote-tracking branch 'upstream/pr/333'

This commit is contained in:
James Crook 2019-03-14 11:10:35 +00:00
commit 487f600702

View File

@ -69,12 +69,14 @@ ${LIB_SRC_DIRECTORY}lv2/suil/src/suil_instance.c
# This defines the #define on both Windows and Linux. # This defines the #define on both Windows and Linux.
add_definitions( add_definitions(
-D_LIB -D_LIB
-Dsnprintf=_snprintf
-Dinline=__inline # Not needed in non CMake version. -Dinline=__inline # Not needed in non CMake version.
-DHAVE_FMAX -DHAVE_FMAX
-DLILV_INTERNAL -DLILV_INTERNAL
-D_DEBUG -D_DEBUG
) )
if( NOT MSVC OR MSVC_VERSION LESS 1900 )
add_definitions(-Dsnprintf=_snprintf)
endif()
add_library( ${TARGET} STATIC ${SOURCES}) add_library( ${TARGET} STATIC ${SOURCES})
add_compile_options(/TP) add_compile_options(/TP)
target_include_directories( ${TARGET} PRIVATE target_include_directories( ${TARGET} PRIVATE