Integrate cfcohen changes to fix linker problems with gcc.

This commit is contained in:
Ignacio
2015-12-05 15:06:37 -08:00
parent 87ca69bd14
commit 268e6abd65
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ ELSE(NVTT_SHARED)
ADD_LIBRARY(nvtt ${NVTT_SRCS})
ENDIF(NVTT_SHARED)
TARGET_LINK_LIBRARIES(nvtt ${LIBS} nvcore nvmath nvimage nvthread squish bc6h bc7)
TARGET_LINK_LIBRARIES(nvtt ${LIBS} nvcore nvimage nvthread squish bc6h bc7 nvmath)
INSTALL(TARGETS nvtt
RUNTIME DESTINATION bin