mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
add a missing library link
This commit is contained in:
parent
85a5d7059c
commit
97936c82f2
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@ if (WIN32)
|
||||||
target_include_directories(${TARGET_NAME} PUBLIC ${OGLPLUS_INCLUDE_DIRS})
|
target_include_directories(${TARGET_NAME} PUBLIC ${OGLPLUS_INCLUDE_DIRS})
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
link_hifi_libraries(animation fbx shared gpu model render)
|
link_hifi_libraries(animation fbx shared gpu model render environment)
|
||||||
|
|
Loading…
Reference in a new issue