mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Use native CMakeLists.txt for libexpat
cmake-proxies/expat/CMakeLists.txt seems to make more problems than it solves. But the native one appears doing its job well on multiple platforms. Tested on Windows, OSX, Linux and FreeBSD. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Author: Vitaliy Kirsanov <krokoziabla@yandex-team.ru> # Date: Thu Mar 14 19:03:29 2019 +0300 # # On branch tmp # Your branch is up to date with 'my/tmp'. # # Changes to be committed: # modified: cmake-proxies/CMakeLists.txt # deleted: cmake-proxies/expat/CMakeLists.txt # modified: lib-src/expat/CMakeLists.txt # # Changes not staged for commit: # modified: lib-src/expat/CMakeLists.txt #
This commit is contained in:
committed by
James Crook
parent
f7162d3326
commit
5ada9ee201
@@ -9,11 +9,14 @@ set( LIB_SRC_DIRECTORY ${top_dir}/lib-src/ )
|
||||
#add_subdirectory( "mod-track-panel" )
|
||||
|
||||
#These are all headers, nothing to build.
|
||||
#add_subdirectory( "ffmpeg" )
|
||||
#add_subdirectory( "lame" )
|
||||
#add_subdirectory( "ffmpeg" )
|
||||
#add_subdirectory( "lame" )
|
||||
|
||||
|
||||
add_subdirectory( "expat" )
|
||||
# libexpat
|
||||
set( BUILD_shared OFF CACHE INTERNAL "" FORCE )
|
||||
add_subdirectory( "${LIB_SRC_DIRECTORY}expat" "${CMAKE_CURRENT_BINARY_DIR}/expat" EXCLUDE_FROM_ALL )
|
||||
|
||||
add_subdirectory( "FileDialog" )
|
||||
#add_subdirectory( "help" )
|
||||
add_subdirectory( "libflac" )
|
||||
|
||||
Reference in New Issue
Block a user