Fix cmake build.
This commit is contained in:
@ -24,7 +24,7 @@ SET(NVTT_SRCS
|
|||||||
InputOptions.cpp
|
InputOptions.cpp
|
||||||
OutputOptions.h
|
OutputOptions.h
|
||||||
OutputOptions.cpp
|
OutputOptions.cpp
|
||||||
Texture.h Texture.cpp
|
TexImage.h TexImage.cpp
|
||||||
cuda/CudaUtils.h
|
cuda/CudaUtils.h
|
||||||
cuda/CudaUtils.cpp
|
cuda/CudaUtils.cpp
|
||||||
cuda/CudaMath.h
|
cuda/CudaMath.h
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
// OTHER DEALINGS IN THE SOFTWARE.
|
// OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
#include "Texture.h"
|
#include "TexImage.h"
|
||||||
|
|
||||||
#include <nvmath/Vector.h>
|
#include <nvmath/Vector.h>
|
||||||
#include <nvmath/Matrix.h>
|
#include <nvmath/Matrix.h>
|
||||||
@ -33,6 +33,8 @@
|
|||||||
#include <nvimage/BlockDXT.h>
|
#include <nvimage/BlockDXT.h>
|
||||||
#include <nvimage/ColorBlock.h>
|
#include <nvimage/ColorBlock.h>
|
||||||
|
|
||||||
|
#include <float.h>
|
||||||
|
|
||||||
using namespace nv;
|
using namespace nv;
|
||||||
using namespace nvtt;
|
using namespace nvtt;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user