mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 02:55:41 +00:00
Fix filenames of static libraries.
These were missing the "-4" suffix, and the static playlist library also used underscores instead of dashes.
This commit is contained in:
@ -135,7 +135,7 @@ else()
|
||||
)
|
||||
|
||||
set_target_properties(projectM PROPERTIES
|
||||
OUTPUT_NAME $<IF:$<PLATFORM_ID:Windows>,libprojectM,projectM>
|
||||
OUTPUT_NAME $<IF:$<PLATFORM_ID:Windows>,libprojectM-4,projectM-4>
|
||||
FOLDER libprojectM
|
||||
)
|
||||
endif()
|
||||
|
||||
@ -75,7 +75,7 @@ else()
|
||||
)
|
||||
|
||||
set_target_properties(projectM_playlist PROPERTIES
|
||||
OUTPUT_NAME $<IF:$<PLATFORM_ID:Windows>,libprojectM_playlist,projectM_playlist>
|
||||
OUTPUT_NAME $<IF:$<PLATFORM_ID:Windows>,libprojectM-4-playlist,projectM-4-playlist>
|
||||
FOLDER libprojectM
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user