mayingzhen / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

CMake doesnt install nvcompressui #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./conifigure && make
2. make install
3. nvcompressui

What is the expected output? What do you see instead?
I expect that the nvcompressui binary to be installed and it load up the program

instead the comamnd is not found

What version of the product are you using? On what operating system?
- nvidia-texture-tools-2.0.8-1.tar.gz
- Fedora 12

Please provide any additional information below.
all it requires is a single line in
./src/nvtt/CMakeLists.txt
...
    ADD_EXECUTABLE(nvcompressui MACOSX_BUNDLE ${SRCS} ${UICS} ${MOCS})
    TARGET_LINK_LIBRARIES(nvcompressui ${LIBS})
+   INSTALL(TARGETS nvcompressui DESTINATION bin)

ENDIF(QT4_FOUND AND NOT MSVC)

Original issue reported on code.google.com by nicholas...@gmail.com on 16 Jul 2010 at 6:32

GoogleCodeExporter commented 8 years ago
nvcompressui is not finished, in fact, it's in early stages of development and 
not ready to be used, so I don't think it should be installed yet.

Original comment by cast...@gmail.com on 16 Jul 2010 at 7:31