Skip to content

Commit a93c0ba

Browse files
committed
exclude shaders from installation
1 parent ba44ec6 commit a93c0ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ install(
154154
install(
155155
DIRECTORY "DATA/"
156156
DESTINATION "."
157+
PATTERN "DATA/dsfix/*" EXCLUDE
158+
PATTERN "DATA/dsfix" EXCLUDE
157159
)
158160

159161
include(cmake/CPM.cmake)

0 commit comments

Comments
 (0)