Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d31d52cb authored by TAVERNIER Vincent's avatar TAVERNIER Vincent
Browse files

Add build exclude for source install

parent 713d0980
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,9 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/shadertoy-config.cmake
# Install the examples
install(DIRECTORY examples
COMPONENT shadertoy-examples
DESTINATION ${CMAKE_INSTALL_DATADIR}/shadertoy)
DESTINATION ${CMAKE_INSTALL_DATADIR}/shadertoy
PATTERN "build" EXCLUDE
PATTERN "*.dump" EXCLUDE)
# Install headers
file(GLOB SHADERTOY_HEADERS ${INCLUDE_DIR}/shadertoy/*.hpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment