Skip to content

Commit

Permalink
fixed CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Nov 29, 2024
1 parent a1c0401 commit 7e6be43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions relight-cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ SET(HEADERS
../src/relight_vector.h
../src/rti.h
../src/legacy_rti.h
../src/dome.h
../src/sphere.h
../src/lens.h
)

SET(SOURCES
Expand All @@ -35,6 +38,9 @@ SET(SOURCES
../src/rti.cpp
../src/legacy_rti.cpp
../src/lp.cpp
../src/dome.cpp
../src/lens.cpp
../src/sphere.cpp
convert_rti.cpp
)

Expand Down
6 changes: 6 additions & 0 deletions relight-merge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ SET(HEADERS
../src/imageset.h
../src/lp.h
../src/jpeg_encoder.h
../src/lens.h
../src/dome.h
../src/sphere.h
../relight-cli/rtibuilder.h
)

Expand All @@ -33,6 +36,9 @@ SET(SOURCES
../src/imageset.cpp
../src/lp.cpp
../src/jpeg_encoder.cpp
../src/lens.cpp
../src/dome.cpp
../src/sphere.cpp
../relight-cli/rtibuilder.cpp
)

Expand Down

0 comments on commit 7e6be43

Please sign in to comment.