mirror of
https://github.com/overte-org/overte.git
synced 2025-08-17 16:47:17 +02:00
link the avatars library to the injector target
This commit is contained in:
parent
c259b025db
commit
7611972bca
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ include_glm(${TARGET_NAME} ${ROOT_DIR})
|
|||
# link the shared hifi library
|
||||
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||
link_hifi_library(audio ${TARGET_NAME} ${ROOT_DIR})
|
||||
link_hifi_library(audio ${TARGET_NAME} ${ROOT_DIR})
|
||||
link_hifi_library(avatars ${TARGET_NAME} ${ROOT_DIR})
|
Loading…
Reference in a new issue