Browse Source

Fix build on Mac OS X.

pull/2/head
Ghislain MARY 10 years ago
parent
commit
d989835b5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      msbcg729/CMakeLists.txt

+ 1
- 1
msbcg729/CMakeLists.txt View File

@ -41,7 +41,7 @@ if(ENABLE_STATIC)
endif()
if(ENABLE_SHARED)
add_library(msbcg729 MODULE $<TARGET_OBJECTS:bcg729-objects> $<TARGET_OBJECTS:msbcg729-objects>)
set_target_properties(msbcg729 PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 0)
set_target_properties(msbcg729 PROPERTIES SOVERSION 0)
target_link_libraries(msbcg729 ${MEDIASTREAMER2_LIBRARIES})
if(MSVC)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")


Loading…
Cancel
Save