Skip to content

Commit

Permalink
Update BUILD.bazel
Browse files Browse the repository at this point in the history
Bazel build: Add exrenvmap

Signed-off-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
Vertexwahn committed Jun 24, 2021
1 parent d683446 commit b7e9dbb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,27 @@ cc_binary(
],
)

cc_binary(
name = "exrenvmap",
srcs = [
"src/bin/exrenvmap/EnvmapImage.cpp",
"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",
],
includes = [
"src/bin/exrenvmap",
],
deps = [
":OpenEXR",
],
)

cc_binary(
name = "exrstdattr",
srcs = ["src/bin/exrstdattr/main.cpp"],
Expand Down

0 comments on commit b7e9dbb

Please sign in to comment.