1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
|
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Lists all source files for the JPEG XL decoder library. These are also used
# by the encoder: the encoder uses both dec and enc ourse files, while the
# decoder uses only dec source files.
# TODO(lode): further prune these files and move to JPEGXL_INTERNAL_SOURCES_ENC:
# only those files that the decoder absolutely needs, and or not
# only for encoding, should be listed here.
set(JPEGXL_INTERNAL_SOURCES_DEC
jxl/ac_context.h
jxl/ac_strategy.cc
jxl/ac_strategy.h
jxl/alpha.cc
jxl/alpha.h
jxl/ans_common.cc
jxl/ans_common.h
jxl/ans_params.h
jxl/aux_out.cc
jxl/aux_out.h
jxl/aux_out_fwd.h
jxl/base/arch_macros.h
jxl/base/bits.h
jxl/base/byte_order.h
jxl/base/cache_aligned.cc
jxl/base/cache_aligned.h
jxl/base/compiler_specific.h
jxl/base/data_parallel.cc
jxl/base/data_parallel.h
jxl/base/file_io.h
jxl/base/iaca.h
jxl/base/os_macros.h
jxl/base/override.h
jxl/base/padded_bytes.cc
jxl/base/padded_bytes.h
jxl/base/printf_macros.h
jxl/base/profiler.h
jxl/base/random.cc
jxl/base/random.h
jxl/base/sanitizer_definitions.h
jxl/base/scope_guard.h
jxl/base/span.h
jxl/base/status.h
jxl/base/thread_pool_internal.h
jxl/blending.cc
jxl/blending.h
jxl/box_content_decoder.cc
jxl/box_content_decoder.h
jxl/chroma_from_luma.cc
jxl/chroma_from_luma.h
jxl/codec_in_out.h
jxl/coeff_order.cc
jxl/coeff_order.h
jxl/coeff_order_fwd.h
jxl/color_encoding_internal.cc
jxl/color_encoding_internal.h
jxl/color_management.cc
jxl/color_management.h
jxl/common.h
jxl/compressed_dc.cc
jxl/compressed_dc.h
jxl/convolve-inl.h
jxl/convolve.cc
jxl/convolve.h
jxl/dct-inl.h
jxl/dct_block-inl.h
jxl/dct_scales.cc
jxl/dct_scales.h
jxl/dct_util.h
jxl/dec_ans.cc
jxl/dec_ans.h
jxl/dec_bit_reader.h
jxl/dec_cache.cc
jxl/dec_cache.h
jxl/dec_context_map.cc
jxl/dec_context_map.h
jxl/dec_external_image.cc
jxl/dec_external_image.h
jxl/dec_frame.cc
jxl/dec_frame.h
jxl/dec_group.cc
jxl/dec_group.h
jxl/dec_group_border.cc
jxl/dec_group_border.h
jxl/dec_huffman.cc
jxl/dec_huffman.h
jxl/dec_modular.cc
jxl/dec_modular.h
jxl/dec_noise.cc
jxl/dec_noise.h
jxl/dec_params.h
jxl/dec_patch_dictionary.cc
jxl/dec_patch_dictionary.h
jxl/dec_transforms-inl.h
jxl/dec_xyb-inl.h
jxl/dec_xyb.cc
jxl/dec_xyb.h
jxl/decode.cc
jxl/decode_to_jpeg.cc
jxl/decode_to_jpeg.h
jxl/enc_bit_writer.cc
jxl/enc_bit_writer.h
jxl/entropy_coder.cc
jxl/entropy_coder.h
jxl/epf.cc
jxl/epf.h
jxl/exif.cc
jxl/exif.h
jxl/fast_dct-inl.h
jxl/fast_dct.cc
jxl/fast_dct.h
jxl/fast_dct128-inl.h
jxl/fast_dct16-inl.h
jxl/fast_dct256-inl.h
jxl/fast_dct32-inl.h
jxl/fast_dct64-inl.h
jxl/fast_dct8-inl.h
jxl/fast_math-inl.h
jxl/field_encodings.h
jxl/fields.cc
jxl/fields.h
jxl/frame_header.cc
jxl/frame_header.h
jxl/gauss_blur.cc
jxl/gauss_blur.h
jxl/headers.cc
jxl/headers.h
jxl/huffman_table.cc
jxl/huffman_table.h
jxl/icc_codec.cc
jxl/icc_codec.h
jxl/icc_codec_common.cc
jxl/icc_codec_common.h
jxl/image.cc
jxl/image.h
jxl/image_bundle.cc
jxl/image_bundle.h
jxl/image_metadata.cc
jxl/image_metadata.h
jxl/image_ops.h
jxl/jpeg/dec_jpeg_data.cc
jxl/jpeg/dec_jpeg_data.h
jxl/jpeg/dec_jpeg_data_writer.cc
jxl/jpeg/dec_jpeg_data_writer.h
jxl/jpeg/dec_jpeg_output_chunk.h
jxl/jpeg/dec_jpeg_serialization_state.h
jxl/jpeg/jpeg_data.cc
jxl/jpeg/jpeg_data.h
jxl/jxl_inspection.h
jxl/lehmer_code.h
jxl/linalg.h
jxl/loop_filter.cc
jxl/loop_filter.h
jxl/luminance.cc
jxl/luminance.h
jxl/memory_manager_internal.cc
jxl/memory_manager_internal.h
jxl/modular/encoding/context_predict.h
jxl/modular/encoding/dec_ma.cc
jxl/modular/encoding/dec_ma.h
jxl/modular/encoding/encoding.cc
jxl/modular/encoding/encoding.h
jxl/modular/encoding/ma_common.h
jxl/modular/modular_image.cc
jxl/modular/modular_image.h
jxl/modular/options.h
jxl/modular/transform/palette.h
jxl/modular/transform/rct.cc
jxl/modular/transform/rct.h
jxl/modular/transform/squeeze.cc
jxl/modular/transform/squeeze.h
jxl/modular/transform/transform.cc
jxl/modular/transform/transform.h
jxl/noise.h
jxl/opsin_params.cc
jxl/opsin_params.h
jxl/passes_state.cc
jxl/passes_state.h
jxl/patch_dictionary_internal.h
jxl/quant_weights.cc
jxl/quant_weights.h
jxl/quantizer-inl.h
jxl/quantizer.cc
jxl/quantizer.h
jxl/rational_polynomial-inl.h
jxl/render_pipeline/low_memory_render_pipeline.cc
jxl/render_pipeline/low_memory_render_pipeline.h
jxl/render_pipeline/render_pipeline.cc
jxl/render_pipeline/render_pipeline.h
jxl/render_pipeline/render_pipeline_stage.h
jxl/render_pipeline/simple_render_pipeline.cc
jxl/render_pipeline/simple_render_pipeline.h
jxl/render_pipeline/stage_blending.cc
jxl/render_pipeline/stage_blending.h
jxl/render_pipeline/stage_chroma_upsampling.cc
jxl/render_pipeline/stage_chroma_upsampling.h
jxl/render_pipeline/stage_epf.cc
jxl/render_pipeline/stage_epf.h
jxl/render_pipeline/stage_gaborish.cc
jxl/render_pipeline/stage_gaborish.h
jxl/render_pipeline/stage_noise.cc
jxl/render_pipeline/stage_noise.h
jxl/render_pipeline/stage_patches.cc
jxl/render_pipeline/stage_patches.h
jxl/render_pipeline/stage_splines.cc
jxl/render_pipeline/stage_splines.h
jxl/render_pipeline/stage_spot.cc
jxl/render_pipeline/stage_spot.h
jxl/render_pipeline/stage_upsampling.cc
jxl/render_pipeline/stage_upsampling.h
jxl/render_pipeline/stage_write.cc
jxl/render_pipeline/stage_write.h
jxl/render_pipeline/stage_xyb.cc
jxl/render_pipeline/stage_xyb.h
jxl/render_pipeline/stage_ycbcr.cc
jxl/render_pipeline/stage_ycbcr.h
jxl/render_pipeline/test_render_pipeline_stages.h
jxl/sanitizers.h
jxl/simd_util-inl.h
jxl/size_constraints.h
jxl/splines.cc
jxl/splines.h
jxl/toc.cc
jxl/toc.h
jxl/transfer_functions-inl.h
jxl/transpose-inl.h
jxl/xorshift128plus-inl.h
)
# List of source files only needed by the encoder or by tools (including
# decoding tools), but not by the decoder library.
set(JPEGXL_INTERNAL_SOURCES_ENC
jxl/butteraugli/butteraugli.cc
jxl/butteraugli/butteraugli.h
jxl/butteraugli_wrapper.cc
jxl/dec_file.cc
jxl/dec_file.h
jxl/enc_ac_strategy.cc
jxl/enc_ac_strategy.h
jxl/enc_adaptive_quantization.cc
jxl/enc_adaptive_quantization.h
jxl/enc_ans.cc
jxl/enc_ans.h
jxl/enc_ans_params.h
jxl/enc_ar_control_field.cc
jxl/enc_ar_control_field.h
jxl/enc_butteraugli_comparator.cc
jxl/enc_butteraugli_comparator.h
jxl/enc_butteraugli_pnorm.cc
jxl/enc_butteraugli_pnorm.h
jxl/enc_cache.cc
jxl/enc_cache.h
jxl/enc_chroma_from_luma.cc
jxl/enc_chroma_from_luma.h
jxl/enc_cluster.cc
jxl/enc_cluster.h
jxl/enc_coeff_order.cc
jxl/enc_coeff_order.h
jxl/enc_color_management.cc
jxl/enc_color_management.h
jxl/enc_comparator.cc
jxl/enc_comparator.h
jxl/enc_context_map.cc
jxl/enc_context_map.h
jxl/enc_detect_dots.cc
jxl/enc_detect_dots.h
jxl/enc_dot_dictionary.cc
jxl/enc_dot_dictionary.h
jxl/enc_entropy_coder.cc
jxl/enc_entropy_coder.h
jxl/enc_external_image.cc
jxl/enc_external_image.h
jxl/enc_fast_heuristics.cc
jxl/enc_file.cc
jxl/enc_file.h
jxl/enc_frame.cc
jxl/enc_frame.h
jxl/enc_gamma_correct.h
jxl/enc_group.cc
jxl/enc_group.h
jxl/enc_heuristics.cc
jxl/enc_heuristics.h
jxl/enc_huffman.cc
jxl/enc_huffman.h
jxl/enc_icc_codec.cc
jxl/enc_icc_codec.h
jxl/enc_image_bundle.cc
jxl/enc_image_bundle.h
jxl/enc_jxl_skcms.h
jxl/enc_modular.cc
jxl/enc_modular.h
jxl/enc_noise.cc
jxl/enc_noise.h
jxl/enc_params.h
jxl/enc_patch_dictionary.cc
jxl/enc_patch_dictionary.h
jxl/enc_photon_noise.cc
jxl/enc_photon_noise.h
jxl/enc_quant_weights.cc
jxl/enc_quant_weights.h
jxl/enc_splines.cc
jxl/enc_splines.h
jxl/enc_toc.cc
jxl/enc_toc.h
jxl/enc_transforms-inl.h
jxl/enc_transforms.cc
jxl/enc_transforms.h
jxl/enc_xyb.cc
jxl/enc_xyb.h
jxl/encode.cc
jxl/encode_internal.h
jxl/gaborish.cc
jxl/gaborish.h
jxl/huffman_tree.cc
jxl/huffman_tree.h
jxl/jpeg/enc_jpeg_data.cc
jxl/jpeg/enc_jpeg_data.h
jxl/jpeg/enc_jpeg_data_reader.cc
jxl/jpeg/enc_jpeg_data_reader.h
jxl/jpeg/enc_jpeg_huffman_decode.cc
jxl/jpeg/enc_jpeg_huffman_decode.h
jxl/linalg.cc
jxl/modular/encoding/enc_debug_tree.cc
jxl/modular/encoding/enc_debug_tree.h
jxl/modular/encoding/enc_encoding.cc
jxl/modular/encoding/enc_encoding.h
jxl/modular/encoding/enc_ma.cc
jxl/modular/encoding/enc_ma.h
jxl/modular/transform/enc_palette.cc
jxl/modular/transform/enc_palette.h
jxl/modular/transform/enc_rct.cc
jxl/modular/transform/enc_rct.h
jxl/modular/transform/enc_squeeze.cc
jxl/modular/transform/enc_squeeze.h
jxl/modular/transform/enc_transform.cc
jxl/modular/transform/enc_transform.h
jxl/optimize.cc
jxl/optimize.h
jxl/progressive_split.cc
jxl/progressive_split.h
)
set(JPEGXL_DEC_INTERNAL_LIBS
brotlidec-static
brotlicommon-static
hwy
Threads::Threads
${ATOMICS_LIBRARIES}
)
if(JPEGXL_ENABLE_PROFILER)
list(APPEND JPEGXL_DEC_INTERNAL_LIBS jxl_profiler)
endif()
set(JPEGXL_INTERNAL_LIBS
${JPEGXL_DEC_INTERNAL_LIBS}
brotlienc-static
)
# strips the -static suffix from all the elements in LIST
function(strip_static OUTPUT_VAR LIB_LIST)
foreach(lib IN LISTS ${LIB_LIST})
string(REGEX REPLACE "-static$" "" lib "${lib}")
list(APPEND out_list "${lib}")
endforeach()
set(${OUTPUT_VAR} ${out_list} PARENT_SCOPE)
endfunction()
if (JPEGXL_ENABLE_SKCMS)
list(APPEND JPEGXL_INTERNAL_FLAGS -DJPEGXL_ENABLE_SKCMS=1)
if (JPEGXL_BUNDLE_SKCMS)
list(APPEND JPEGXL_INTERNAL_FLAGS -DJPEGXL_BUNDLE_SKCMS=1)
# skcms objects are later added to JPEGXL_INTERNAL_OBJECTS
else ()
list(APPEND JPEGXL_INTERNAL_LIBS skcms)
endif ()
else ()
list(APPEND JPEGXL_INTERNAL_LIBS lcms2)
endif ()
if (NOT JPEGXL_ENABLE_TRANSCODE_JPEG)
list(APPEND JPEGXL_INTERNAL_FLAGS -DJPEGXL_ENABLE_TRANSCODE_JPEG=0)
endif ()
set(OBJ_COMPILE_DEFINITIONS
JPEGXL_MAJOR_VERSION=${JPEGXL_MAJOR_VERSION}
JPEGXL_MINOR_VERSION=${JPEGXL_MINOR_VERSION}
JPEGXL_PATCH_VERSION=${JPEGXL_PATCH_VERSION}
# Used to determine if we are building the library when defined or just
# including the library when not defined. This is public so libjxl shared
# library gets this define too.
JXL_INTERNAL_LIBRARY_BUILD
)
# Decoder-only object library
add_library(jxl_dec-obj OBJECT ${JPEGXL_INTERNAL_SOURCES_DEC})
target_compile_options(jxl_dec-obj PRIVATE ${JPEGXL_INTERNAL_FLAGS})
target_compile_options(jxl_dec-obj PUBLIC ${JPEGXL_COVERAGE_FLAGS})
set_property(TARGET jxl_dec-obj PROPERTY POSITION_INDEPENDENT_CODE ON)
target_include_directories(jxl_dec-obj PUBLIC
${PROJECT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/include
$<TARGET_PROPERTY:hwy,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:brotlicommon-static,INTERFACE_INCLUDE_DIRECTORIES>
)
target_compile_definitions(jxl_dec-obj PUBLIC
${OBJ_COMPILE_DEFINITIONS}
)
if (JPEGXL_ENABLE_PROFILER)
target_link_libraries(jxl_dec-obj PUBLIC jxl_profiler)
endif()
# Object library. This is used to hold the set of objects and properties.
add_library(jxl_enc-obj OBJECT ${JPEGXL_INTERNAL_SOURCES_ENC})
target_compile_options(jxl_enc-obj PRIVATE ${JPEGXL_INTERNAL_FLAGS})
target_compile_options(jxl_enc-obj PUBLIC ${JPEGXL_COVERAGE_FLAGS})
set_property(TARGET jxl_enc-obj PROPERTY POSITION_INDEPENDENT_CODE ON)
target_include_directories(jxl_enc-obj PUBLIC
${PROJECT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/include
$<TARGET_PROPERTY:hwy,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:brotlicommon-static,INTERFACE_INCLUDE_DIRECTORIES>
)
target_compile_definitions(jxl_enc-obj PUBLIC
${OBJ_COMPILE_DEFINITIONS}
)
if (JPEGXL_ENABLE_PROFILER)
target_link_libraries(jxl_enc-obj PUBLIC jxl_profiler)
endif()
#TODO(lode): don't depend on CMS for the core library
if (JPEGXL_ENABLE_SKCMS)
target_include_directories(jxl_enc-obj PRIVATE
$<TARGET_PROPERTY:skcms,INCLUDE_DIRECTORIES>
)
else ()
target_include_directories(jxl_enc-obj PRIVATE
$<TARGET_PROPERTY:lcms2,INCLUDE_DIRECTORIES>
)
endif ()
# Headers for exporting/importing public headers
include(GenerateExportHeader)
set_target_properties(jxl_dec-obj PROPERTIES
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN 1
DEFINE_SYMBOL JXL_INTERNAL_LIBRARY_BUILD
)
target_include_directories(jxl_dec-obj PUBLIC
${CMAKE_CURRENT_BINARY_DIR}/include)
set_target_properties(jxl_enc-obj PROPERTIES
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN 1
DEFINE_SYMBOL JXL_INTERNAL_LIBRARY_BUILD
)
generate_export_header(jxl_enc-obj
BASE_NAME JXL
EXPORT_FILE_NAME include/jxl/jxl_export.h)
target_include_directories(jxl_enc-obj PUBLIC
${CMAKE_CURRENT_BINARY_DIR}/include)
# Private static library. This exposes all the internal functions and is used
# for tests.
add_library(jxl_dec-static STATIC
$<TARGET_OBJECTS:jxl_dec-obj>
)
target_link_libraries(jxl_dec-static
PUBLIC ${JPEGXL_COVERAGE_FLAGS} ${JPEGXL_DEC_INTERNAL_LIBS})
target_include_directories(jxl_dec-static PUBLIC
"${PROJECT_SOURCE_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include")
# The list of objects in the static and shared libraries.
set(JPEGXL_INTERNAL_OBJECTS
$<TARGET_OBJECTS:jxl_enc-obj>
$<TARGET_OBJECTS:jxl_dec-obj>
)
if (JPEGXL_ENABLE_SKCMS AND JPEGXL_BUNDLE_SKCMS)
list(APPEND JPEGXL_INTERNAL_OBJECTS $<TARGET_OBJECTS:skcms-obj>)
endif()
# Private static library. This exposes all the internal functions and is used
# for tests.
# TODO(lode): once the source files are correctly split so that it is possible
# to do, remove $<TARGET_OBJECTS:jxl_dec-obj> here and depend on jxl_dec-static
add_library(jxl-static STATIC ${JPEGXL_INTERNAL_OBJECTS})
target_link_libraries(jxl-static
PUBLIC ${JPEGXL_COVERAGE_FLAGS} ${JPEGXL_INTERNAL_LIBS})
target_include_directories(jxl-static PUBLIC
"${PROJECT_SOURCE_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include")
# JXL_EXPORT is defined to "__declspec(dllimport)" automatically by CMake
# in Windows builds when including headers from the C API and compiling from
# outside the jxl library. This is required when using the shared library,
# however in windows this causes the function to not be found when linking
# against the static library. This define JXL_EXPORT= here forces it to not
# use dllimport in tests and other tools that require the static library.
target_compile_definitions(jxl-static INTERFACE -DJXL_EXPORT=)
target_compile_definitions(jxl_dec-static INTERFACE -DJXL_EXPORT=)
# TODO(deymo): Move TCMalloc linkage to the tools/ directory since the library
# shouldn't do any allocs anyway.
if(${JPEGXL_ENABLE_TCMALLOC})
pkg_check_modules(TCMallocMinimal REQUIRED IMPORTED_TARGET
libtcmalloc_minimal)
# tcmalloc 2.8 has concurrency issues that makes it sometimes return nullptr
# for large allocs. See https://github.com/gperftools/gperftools/issues/1204
# for details.
if(TCMallocMinimal_VERSION VERSION_EQUAL 2.8)
message(FATAL_ERROR
"tcmalloc version 2.8 has a concurrency bug. You have installed "
"version ${TCMallocMinimal_VERSION}, please either downgrade tcmalloc "
"to version 2.7, upgrade to 2.8.1 or newer or pass "
"-DJPEGXL_ENABLE_TCMALLOC=OFF to jpeg-xl cmake line. See the following "
"bug for details:\n"
" https://github.com/gperftools/gperftools/issues/1204\n")
endif()
target_link_libraries(jxl-static PUBLIC PkgConfig::TCMallocMinimal)
endif() # JPEGXL_ENABLE_TCMALLOC
# Install the static library too, but as jxl.a file without the -static except
# in Windows.
if (NOT WIN32)
set_target_properties(jxl-static PROPERTIES OUTPUT_NAME "jxl")
set_target_properties(jxl_dec-static PROPERTIES OUTPUT_NAME "jxl_dec")
endif()
install(TARGETS jxl-static DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(TARGETS jxl_dec-static DESTINATION ${CMAKE_INSTALL_LIBDIR})
if (((NOT DEFINED "${TARGET_SUPPORTS_SHARED_LIBS}") OR
TARGET_SUPPORTS_SHARED_LIBS) AND NOT JPEGXL_STATIC AND BUILD_SHARED_LIBS)
# Public shared library.
add_library(jxl SHARED ${JPEGXL_INTERNAL_OBJECTS})
strip_static(JPEGXL_INTERNAL_SHARED_LIBS JPEGXL_INTERNAL_LIBS)
target_link_libraries(jxl PUBLIC ${JPEGXL_COVERAGE_FLAGS})
target_link_libraries(jxl PRIVATE ${JPEGXL_INTERNAL_SHARED_LIBS})
# Shared library include path contains only the "include/" paths.
target_include_directories(jxl PUBLIC
"${CMAKE_CURRENT_SOURCE_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include")
set_target_properties(jxl PROPERTIES
VERSION ${JPEGXL_LIBRARY_VERSION}
SOVERSION ${JPEGXL_LIBRARY_SOVERSION}
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
# Public shared decoder library.
add_library(jxl_dec SHARED $<TARGET_OBJECTS:jxl_dec-obj>)
strip_static(JPEGXL_DEC_INTERNAL_SHARED_LIBS JPEGXL_DEC_INTERNAL_LIBS)
target_link_libraries(jxl_dec PUBLIC ${JPEGXL_COVERAGE_FLAGS})
target_link_libraries(jxl_dec PRIVATE ${JPEGXL_DEC_INTERNAL_SHARED_LIBS})
# Shared library include path contains only the "include/" paths.
target_include_directories(jxl_dec PUBLIC
"${CMAKE_CURRENT_SOURCE_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include")
set_target_properties(jxl_dec PROPERTIES
VERSION ${JPEGXL_LIBRARY_VERSION}
SOVERSION ${JPEGXL_LIBRARY_SOVERSION}
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
# Check whether the linker support excluding libs
set(LINKER_EXCLUDE_LIBS_FLAG "-Wl,--exclude-libs=ALL")
include(CheckCSourceCompiles)
list(APPEND CMAKE_EXE_LINKER_FLAGS ${LINKER_EXCLUDE_LIBS_FLAG})
check_c_source_compiles("int main(){return 0;}" LINKER_SUPPORT_EXCLUDE_LIBS)
list(REMOVE_ITEM CMAKE_EXE_LINKER_FLAGS ${LINKER_EXCLUDE_LIBS_FLAG})
# Add a jxl.version file as a version script to tag symbols with the
# appropriate version number. This script is also used to limit what's exposed
# in the shared library from the static dependencies bundled here.
foreach(target IN ITEMS jxl jxl_dec)
set_target_properties(${target} PROPERTIES
LINK_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/jxl/jxl.version)
if(APPLE)
set_property(TARGET ${target} APPEND_STRING PROPERTY
LINK_FLAGS "-Wl,-exported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/jxl/jxl_osx.syms")
elseif(WIN32)
# Nothing needed here, we use __declspec(dllexport) (jxl_export.h)
else()
set_property(TARGET ${target} APPEND_STRING PROPERTY
LINK_FLAGS " -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/jxl/jxl.version")
endif() # APPLE
# This hides the default visibility symbols from static libraries bundled into
# the shared library. In particular this prevents exposing symbols from hwy
# and skcms in the shared library.
if(${LINKER_SUPPORT_EXCLUDE_LIBS})
set_property(TARGET ${target} APPEND_STRING PROPERTY
LINK_FLAGS " ${LINKER_EXCLUDE_LIBS_FLAG}")
endif()
endforeach()
# Only install libjxl shared library. The libjxl_dec is not installed since it
# contains symbols also in libjxl which would conflict if programs try to use
# both.
install(TARGETS jxl
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
else()
add_library(jxl ALIAS jxl-static)
add_library(jxl_dec ALIAS jxl_dec-static)
endif() # TARGET_SUPPORTS_SHARED_LIBS AND NOT JPEGXL_STATIC AND
# BUILD_SHARED_LIBS
# Add a pkg-config file for libjxl.
set(JPEGXL_LIBRARY_REQUIRES
"libhwy libbrotlicommon libbrotlienc libbrotlidec")
if(NOT JPEGXL_ENABLE_SKCMS)
set(JPEGXL_LIBRARY_REQUIRES "${JPEGXL_LIBRARY_REQUIRES} lcms2")
endif()
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/jxl/libjxl.pc.in"
"libjxl.pc" @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libjxl.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
|