Skip to content

Commit

Permalink
added cmake directory to autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Aug 16, 2019
1 parent ed1d239 commit 8db71e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if BUILD_DOCS
DOC = doc
endif

SUBDIRS = src tests examples ${DOC} scripts
SUBDIRS = src tests examples ${DOC} scripts cmake

EXTRA_DIST = CMakeLists.txt set_flags.am COPYRIGHT cmake_config.h.in
13 changes: 13 additions & 0 deletions cmake/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## This is the automake file for the cmake directory of the PIO
## libraries. This directory holds files needed for the CMake build,
## but not the autotools build.

# Ed Hartnett 8/19/19

# Cmake needs all these extra files to build.
EXTRA_DIST = FindGPTL.cmake FindHDF5.cmake FindLIBRT.cmake \
FindLIBZ.cmake FindMPE.cmake FindMPISERIAL.cmake FindNetCDF.cmake \
FindPAPI.cmake FindPnetCDF.cmake FindSZIP.cmake LibCheck.cmake \
LibFind.cmake LibMPI.cmake Makefile.am mpiexec.alcf mpiexec.ncsa \
mpiexec.nersc mpiexec.nwscla mpiexec.olcf TryHDF5_HAS_SZIP.c \
TryNetCDF_DAP.c TryNetCDF_PARALLEL.c TryNetCDF_PNETCDF.c
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,5 @@ AC_OUTPUT(Makefile
examples/Makefile
examples/c/Makefile
examples/f03/Makefile
cmake/Makefile
scripts/Makefile)

0 comments on commit 8db71e7

Please sign in to comment.