From 11073171a12474b623303b04cea0304afd54069b Mon Sep 17 00:00:00 2001 From: castano Date: Sat, 22 Nov 2008 08:36:55 +0000 Subject: [PATCH] Rename stress to testsuite. Install target. --- src/nvtt/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nvtt/CMakeLists.txt b/src/nvtt/CMakeLists.txt index e1905f0..a1dd09d 100644 --- a/src/nvtt/CMakeLists.txt +++ b/src/nvtt/CMakeLists.txt @@ -79,13 +79,13 @@ TARGET_LINK_LIBRARIES(nvassemble nvcore nvmath nvimage) ADD_EXECUTABLE(filtertest tests/filtertest.cpp tools/cmdline.h) TARGET_LINK_LIBRARIES(filtertest nvcore nvmath nvimage) -ADD_EXECUTABLE(stress tests/stress.cpp tools/cmdline.h) -TARGET_LINK_LIBRARIES(stress nvcore nvmath nvimage nvtt) +ADD_EXECUTABLE(nvtestsuite tests/stress.cpp tools/cmdline.h) +TARGET_LINK_LIBRARIES(nvtestsuite nvcore nvmath nvimage nvtt) ADD_EXECUTABLE(nvzoom tools/resize.cpp tools/cmdline.h) TARGET_LINK_LIBRARIES(nvzoom nvcore nvmath nvimage) -INSTALL(TARGETS nvcompress nvdecompress nvddsinfo nvimgdiff nvassemble nvzoom DESTINATION bin) +INSTALL(TARGETS nvcompress nvdecompress nvddsinfo nvimgdiff nvassemble nvzoom nvtestsuite DESTINATION bin) #include_directories("/usr/include/ffmpeg/") #ADD_EXECUTABLE(nvmpegenc tools/mpegenc.cpp tools/cmdline.h)