mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
[CMAKE] Fix build for Cygwin. (#548)
* [CMAKE] fix build for Cygwin. * [CMAKE] Fix build for Cygwin.
This commit is contained in:
@@ -41,7 +41,7 @@ list( APPEND LOPTS
|
||||
list( APPEND LIBRARIES
|
||||
PRIVATE
|
||||
Audacity
|
||||
$<$<PLATFORM_ID:Windows>:wxWidgets>
|
||||
$<$<PLATFORM_ID:Windows,CYGWIN>:wxWidgets>
|
||||
)
|
||||
|
||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||
|
||||
Reference in New Issue
Block a user