Fix build. Minor cleanups.

This commit is contained in:
castano
2010-06-24 07:45:39 +00:00
parent cfdc731634
commit 1e0dea0738
6 changed files with 18 additions and 9 deletions

View File

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