mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Fixed library names for FLAC and portmidi
This commit is contained in:
committed by
James Crook
parent
5c361631c6
commit
ca0bf0c12d
10
cmake-proxies/portmidi/CMakeLists.txt
Normal file
10
cmake-proxies/portmidi/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
||||
set(TARGET portmidi)
|
||||
set(TARGET_SOURCE ${LIB_SRC_DIRECTORY}${TARGET})
|
||||
|
||||
set(CMAKE_CACHEFILE_DIR ${CMAKE_BINARY_DIR})
|
||||
add_subdirectory( "${TARGET_SOURCE}" "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}" EXCLUDE_FROM_ALL )
|
||||
set_target_properties(portmidi-static PROPERTIES
|
||||
OSX_ARCHITECTURES ""
|
||||
OUTPUT_NAME ${TARGET})
|
||||
Reference in New Issue
Block a user