mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 15:43:50 +01:00
Fix module build on Windows
This commit is contained in:
committed by
James Crook
parent
93fd83c58c
commit
b5ebfd2e6b
@@ -39,6 +39,8 @@ list( APPEND LOPTS
|
||||
list( APPEND LIBRARIES
|
||||
PRIVATE
|
||||
Audacity
|
||||
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||
$<$<PLATFORM_ID:Windows>:FileDialog>
|
||||
)
|
||||
|
||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||
|
||||
@@ -44,6 +44,8 @@ list( APPEND LOPTS
|
||||
list( APPEND LIBRARIES
|
||||
PRIVATE
|
||||
Audacity
|
||||
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||
$<$<PLATFORM_ID:Windows>:FileDialog>
|
||||
)
|
||||
|
||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||
|
||||
@@ -41,6 +41,7 @@ list( APPEND LOPTS
|
||||
list( APPEND LIBRARIES
|
||||
PRIVATE
|
||||
Audacity
|
||||
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||
)
|
||||
|
||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||
|
||||
Reference in New Issue
Block a user