We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2021d41 commit 144cc86Copy full SHA for 144cc86
relightlab/CMakeLists.txt
@@ -33,7 +33,7 @@ set (RELIGHT_HEADERS
33
../src/measure.h
34
../src/project.h
35
../src/sphere.h
36
- ../src/white.h
+ ../src/white.h
37
../src/bni_normal_integration.h
38
../src/fft_normal_integration.h
39
alignrow.h
@@ -73,6 +73,8 @@ set (RELIGHT_HEADERS
73
rtitask.h
74
../relight/imagecropper.h
75
../relight-cli/rtibuilder.h
76
+ ../relight/zoom.h
77
+ ../src/deepzoom.h
78
../src/rti.h
79
../src/legacy_rti.h
80
../src/imageset.h
@@ -142,6 +144,7 @@ set (RELIGHTLAB_SOURCES
142
144
rtitask.cpp
143
145
../relight/imagecropper.cpp
146
../relight-cli/rtibuilder.cpp
147
+ ../src/deepzoom.cpp
148
../src/rti.cpp
149
../src/legacy_rti.cpp
150
../src/imageset.cpp
0 commit comments