Skip to content

Commit

Permalink
CMake: Need to install gmt_glib.h since it's included in gmt_dev.h (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Sep 5, 2024
1 parent e54d1c4 commit 1b852f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,9 @@ install (FILES gmt.h gmt_resources.h declspec.h

# Install developer headers
if (BUILD_DEVELOPER)
# Install Developer headers [These are clean and have no #define HAVE_* configuration]
# Install Developer headers [These are clean and have no #define HAVE_* configuration, except gmt_glib.h]
install (FILES postscriptlight.h gmt_common_math.h gmt_common_string.h gmt_common.h gmt_constants.h gmt_contour.h
gmt_dcw.h gmt_decorate.h gmt_defaults.h gmt_error.h gmt_error_codes.h gmt_fft.h gmt_gdalread.h gmt_grd.h
gmt_dcw.h gmt_decorate.h gmt_defaults.h gmt_error.h gmt_error_codes.h gmt_fft.h gmt_gdalread.h gmt_glib.h gmt_grd.h
gmt_grdio.h gmt_hash.h gmt_io.h gmt_macros.h gmt_memory.h gmt_modern.h gmt_nan.h gmt_notposix.h gmt_plot.h
gmt_private.h gmt_project.h gmt_prototypes.h gmt_psl.h gmt_shore.h gmt_common_sighandler.h gmt_symbol.h gmt_synopsis.h
gmt_texture.h gmt_time.h gmt_types.h gmt_dev.h gmt_customio.h gmt_hidden.h gmt_mb.h gmt_remote.h gmt_common_byteswap.h
Expand Down

0 comments on commit 1b852f1

Please sign in to comment.