Some debugging.

This commit is contained in:
castano
2011-10-04 06:10:34 +00:00
parent d8aec20022
commit cbf4b2e3bf
3 changed files with 33 additions and 16 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 squish)
TARGET_LINK_LIBRARIES(nvtt ${LIBS} nvcore nvmath nvimage nvthread squish)
INSTALL(TARGETS nvtt
RUNTIME DESTINATION bin