fix merging issue regarding discord-rpc

This commit is contained in:
WLs50
2025-04-05 14:49:42 +02:00
parent 13875f17fe
commit 1feb4c4bd0

View File

@@ -456,13 +456,6 @@ elseif ()
endif ()
# add ref/discord-rpc to the project in the same way other dependencies are added
add_subdirectory(ref/discord-rpc)
target_link_libraries(${PROJECT_NAME} discord-rpc)
find_package(OpenAL REQUIRED)
if (TARGET OpenAL::OpenAL)
target_link_libraries(${PROJECT_NAME} OpenAL::OpenAL)