Skip to content

Commit

Permalink
Removed template files from install output.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 committed Dec 17, 2018
1 parent 53a218f commit dc63105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Texturize.Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ install(TARGETS ${PROJECT_NAME} EXPORT ${CONFIG_NAME}
RUNTIME DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_BUILD_TYPE})

# Install headers
install(DIRECTORY ${INCLUDE_DIR} DESTINATION ${CMAKE_INSTALL_PREFIX})
install(DIRECTORY ${INCLUDE_DIR} DESTINATION ${CMAKE_INSTALL_PREFIX} FILES_MATCHING_PATTERN "*.hpp")

# Export configuration.
export(TARGETS ${PROJECT_NAME} FILE "${CONFIG_NAME}.cmake")
Expand Down

0 comments on commit dc63105

Please sign in to comment.