mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
Replace references to topdir and libsrc
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
@@ -586,7 +586,7 @@ function( addlib dir name symbol required check )
|
||||
|
||||
# Define target's name and it's source directory
|
||||
set( TARGET ${dir} )
|
||||
set( TARGET_ROOT ${libsrc}/${dir} )
|
||||
set( TARGET_ROOT ${CMAKE_SOURCE_DIR}/lib-src/${dir} )
|
||||
|
||||
# Define the option name
|
||||
set( use ${_OPT}use_${name} )
|
||||
|
Reference in New Issue
Block a user