1
0
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:
Leland Lucius
2020-05-11 15:54:27 -05:00
committed by James Crook
parent 93fd83c58c
commit b5ebfd2e6b
3 changed files with 5 additions and 0 deletions

View File

@@ -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" )

View File

@@ -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" )

View File

@@ -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" )