mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
macosx: drop CoreFoundation linking
This commit is contained in:
parent
2c4a27c7c6
commit
077781cc56
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ if(${SDL2_FOUND})
|
||||||
|
|
||||||
if(${CMAKE_SYSTEM} MATCHES Darwin)
|
if(${CMAKE_SYSTEM} MATCHES Darwin)
|
||||||
target_link_libraries(SRB2SDL2 PRIVATE
|
target_link_libraries(SRB2SDL2 PRIVATE
|
||||||
CoreFoundation
|
|
||||||
SDL2
|
SDL2
|
||||||
SDL2_mixer
|
SDL2_mixer
|
||||||
${GME_LIBRARIES}
|
${GME_LIBRARIES}
|
||||||
|
|
Loading…
Reference in a new issue