mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +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
|
list( APPEND LIBRARIES
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Audacity
|
Audacity
|
||||||
|
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||||
|
$<$<PLATFORM_ID:Windows>:FileDialog>
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||||
|
@ -44,6 +44,8 @@ list( APPEND LOPTS
|
|||||||
list( APPEND LIBRARIES
|
list( APPEND LIBRARIES
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Audacity
|
Audacity
|
||||||
|
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||||
|
$<$<PLATFORM_ID:Windows>:FileDialog>
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||||
|
@ -41,6 +41,7 @@ list( APPEND LOPTS
|
|||||||
list( APPEND LIBRARIES
|
list( APPEND LIBRARIES
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Audacity
|
Audacity
|
||||||
|
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user