Install nvtt_wrapper.h. Fix issue #288.

This commit is contained in:
Ignacio 2018-08-19 14:02:34 -07:00
parent 95bd6193cc
commit 005b2518c9

View File

@ -56,7 +56,7 @@ INSTALL(TARGETS nvtt
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static)
INSTALL(FILES nvtt.h DESTINATION include/nvtt)
INSTALL(FILES nvtt.h nvtt_wrapper.h DESTINATION include/nvtt)
ADD_SUBDIRECTORY(tools)