mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-01 14:20:10 +01:00
Add remaining libs to CMake
These now all appear in the MSVC project. Currently only FileDialog, Nyquist, mod-script-pipe compile and link, and Audacity compiles. Still to set include directories and flags for most of the libs.
This commit is contained in:
@@ -23,7 +23,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
|
||||
add_subdirectory( "lib-src" )
|
||||
#add_subdirectory( "src" )
|
||||
add_subdirectory( "cmake-proxies" )
|
||||
add_subdirectory( "src" )
|
||||
|
||||
# Uncomment what follows for symbol values.
|
||||
#[[
|
||||
|
||||
Reference in New Issue
Block a user