mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 23:19:19 +02:00
fix merging issue regarding discord-rpc
This commit is contained in:
@@ -456,13 +456,6 @@ elseif ()
|
|||||||
endif ()
|
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)
|
find_package(OpenAL REQUIRED)
|
||||||
if (TARGET OpenAL::OpenAL)
|
if (TARGET OpenAL::OpenAL)
|
||||||
target_link_libraries(${PROJECT_NAME} OpenAL::OpenAL)
|
target_link_libraries(${PROJECT_NAME} OpenAL::OpenAL)
|
||||||
|
|||||||
Reference in New Issue
Block a user