mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Fix module build on Windows
This commit is contained in:
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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user