mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02: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})
|
target_link_libraries(${TARGET_NAME} ${FBX_LIBRARIES})
|
||||||
endif ()
|
endif ()
|
||||||
target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${FBX_INCLUDE_DIR})
|
target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${FBX_INCLUDE_DIR})
|
||||||
|
|
||||||
|
if (UNIX)
|
||||||
|
target_link_libraries(${TARGET_NAME} ${CMAKE_DL_LIBS})
|
||||||
|
endif (UNIX)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
link_hifi_libraries(shared model networking ktx image)
|
link_hifi_libraries(shared model networking ktx image)
|
||||||
|
|
Loading…
Reference in a new issue