Skip to content

Commit

Permalink
Fix bazel build: Add missing headers to exrenvmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Jun 25, 2021
1 parent 72c2444 commit 4f70113
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,10 @@ cc_binary(
"src/bin/exrenvmap/blurImage.cpp",
"src/bin/exrenvmap/main.cpp",
"src/bin/exrenvmap/makeCubeMap.cpp",
"src/bin/exrenvmap/makeCubeMap.h",
"src/bin/exrenvmap/makeLatLongMap.cpp",
"src/bin/exrenvmap/readInputImage.cpp",
"src/bin/exrenvmap/readInputImage.h",
"src/bin/exrenvmap/resizeImage.cpp",
],
] + glob(["src/bin/exrenvmap/*.h"]),
includes = [
"src/bin/exrenvmap",
],
Expand Down

0 comments on commit 4f70113

Please sign in to comment.