Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
anoobzg committed Nov 4, 2021
1 parent 92d554f commit ce15f81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ if(INSTALL_THUMBNAIL)
RUNTIME DESTINATION bin)

INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/thumbnail/stl_thumbnail.h
${CMAKE_CURRENT_SOURCE_DIR}/thumbnail/exporter.h
${CMAKE_CURRENT_SOURCE_DIR}/thumbnail/exporter.h
${CMAKE_CURRENT_SOURCE_DIR}/thumbnail/vec3.h
${CMAKE_CURRENT_SOURCE_DIR}/thumbnail/vec4.h
DESTINATION ${CMAKE_INSTALL_PREFIX}/include/thumbnail/)
endif()

0 comments on commit ce15f81

Please sign in to comment.