Skip to content

Commit

Permalink
Fix bazel build: Add missing headers to exrenvmap (#1070)
Browse files Browse the repository at this point in the history
Signed-off-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
Vertexwahn authored Jun 28, 2021
1 parent 4cecffe commit 80ffd1a
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 80ffd1a

Please sign in to comment.