Skip to content

Commit

Permalink
JP2OpenJPEG: refactor into re-usable template
Browse files Browse the repository at this point in the history
Once this PR is validated, it will be re-used in
#8133
  • Loading branch information
boxerab committed Jul 23, 2023
1 parent c954900 commit 6dd9c14
Show file tree
Hide file tree
Showing 5 changed files with 5,180 additions and 4,743 deletions.
1 change: 1 addition & 0 deletions frmts/openjpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ add_gdal_driver(
SOURCES openjpegdataset.cpp
DEF FRMT_openjpeg PLUGIN_CAPABLE)
gdal_standard_includes(gdal_JP2OpenJPEG)
target_include_directories(gdal_JP2OpenJPEG PRIVATE ../opjlike)
gdal_target_link_libraries(gdal_JP2OpenJPEG PRIVATE OPENJPEG::OpenJPEG)

0 comments on commit 6dd9c14

Please sign in to comment.