Add normal diff option for normal maps.

Start dds assembling tool.
This commit is contained in:
castano
2007-10-25 08:49:23 +00:00
parent 645eda8fd4
commit 51bd1bd12f
3 changed files with 164 additions and 10 deletions

View File

@ -57,6 +57,9 @@ TARGET_LINK_LIBRARIES(nvddsinfo nvcore nvmath nvimage)
ADD_EXECUTABLE(nvimgdiff tools/imgdiff.cpp)
TARGET_LINK_LIBRARIES(nvimgdiff nvcore nvmath nvimage)
INSTALL(TARGETS nvcompress nvdecompress nvddsinfo nvimgdiff DESTINATION bin)
ADD_EXECUTABLE(nvassemble tools/assemble.cpp)
TARGET_LINK_LIBRARIES(nvassemble nvcore nvmath nvimage)
INSTALL(TARGETS nvcompress nvdecompress nvddsinfo nvimgdiff nvassemble DESTINATION bin)