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:
commit
487f600702
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user