osx fixes. Fix issue 211.
This commit is contained in:
@ -29,8 +29,8 @@
|
||||
#include "nvmath/Half.h"
|
||||
#include "nvmath/Vector.inl"
|
||||
|
||||
#include "nvtt/bc6h/zoh.h"
|
||||
#include "nvtt/bc7/avpcl.h"
|
||||
#include "bc6h/zoh.h"
|
||||
#include "bc7/avpcl.h"
|
||||
|
||||
|
||||
using namespace nv;
|
||||
|
@ -53,7 +53,7 @@ ELSE(NVIMAGE_SHARED)
|
||||
ADD_LIBRARY(nvimage ${IMAGE_SRCS})
|
||||
ENDIF(NVIMAGE_SHARED)
|
||||
|
||||
TARGET_LINK_LIBRARIES(nvimage ${LIBS} nvcore nvmath posh)
|
||||
TARGET_LINK_LIBRARIES(nvimage ${LIBS} nvcore nvmath posh bc6h bc7)
|
||||
|
||||
INSTALL(TARGETS nvimage
|
||||
RUNTIME DESTINATION bin
|
||||
|
Reference in New Issue
Block a user