Fix order of linked libraries.
This commit is contained in:
parent
2fc254ed79
commit
891cf668b9
|
@ -197,12 +197,12 @@ endif()
|
||||||
|
|
||||||
target_link_libraries(FBX2glTF
|
target_link_libraries(FBX2glTF
|
||||||
${FRAMEWORKS}
|
${FRAMEWORKS}
|
||||||
${CMAKE_DL_LIBS}
|
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
|
||||||
${DRACO_LIB}
|
${DRACO_LIB}
|
||||||
${FMT_LIB}
|
${FMT_LIB}
|
||||||
optimized ${FBXSDK_LIBRARY}
|
optimized ${FBXSDK_LIBRARY}
|
||||||
debug ${FBXSDK_LIBRARY_DEBUG}
|
debug ${FBXSDK_LIBRARY_DEBUG}
|
||||||
|
${CMAKE_DL_LIBS}
|
||||||
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(FBX2glTF PUBLIC
|
target_include_directories(FBX2glTF PUBLIC
|
||||||
|
|
Loading…
Reference in New Issue