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 29, 2023
1 parent b57224d commit 9a9ba5e
Show file tree
Hide file tree
Showing 5 changed files with 5,195 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 9a9ba5e

Please sign in to comment.