mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
link DL libs with FBX SDK for baking
This commit is contained in:
parent
81fdc27ca8
commit
4e1e483e27
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ if (FBX_FOUND)
|
|||
target_link_libraries(${TARGET_NAME} ${FBX_LIBRARIES})
|
||||
endif ()
|
||||
target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${FBX_INCLUDE_DIR})
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(${TARGET_NAME} ${CMAKE_DL_LIBS})
|
||||
endif (UNIX)
|
||||
endif ()
|
||||
|
||||
link_hifi_libraries(shared model networking ktx image)
|
||||
|
|
Loading…
Reference in a new issue