summaryrefslogtreecommitdiff
path: root/indra/cmake/Discord.cmake
blob: 95cfaacf5b497ca51774b2e3f534607e57dccd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(Prebuilt)

include_guard()

add_library(ll::discord_sdk INTERFACE IMPORTED)
target_compile_definitions(ll::discord_sdk INTERFACE LL_DISCORD=1)

use_prebuilt_binary(discord_sdk)

target_include_directories(ll::discord_sdk SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include/discord_sdk)
target_link_libraries(ll::discord_sdk INTERFACE discord_partner_sdk)