Skip to content

Commit

Permalink
Ensure healpix_*.hpp headers are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjameswml committed Oct 15, 2024
1 parent e2f7497 commit daf885f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AUTOMOC requires 2.8.6. The CMAKE_CXX_STANDARD variable requires 3.1.
cmake_minimum_required(VERSION 3.8)
project(morphologica)
set(VERSION 3.1)
set(VERSION 3.2)

message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}")
message(STATUS " (This can be changed with `cmake -DCMAKE_INSTALL_PREFIX=/some/place`")
Expand Down
1 change: 1 addition & 0 deletions morph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ add_subdirectory(nn) # 'nn' for neural network code
add_subdirectory(bn) # 'bn' for boolean net code
add_subdirectory(gl) # GL common and compute code
add_subdirectory(linuxos) # One Linux-specific file
add_subdirectory(healpix) # Public, but slightly modified HEALPix headers

# And the nlohmann/json.hpp header
add_subdirectory(nlohmann)
Expand Down
2 changes: 2 additions & 0 deletions morph/healpix/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Header installation
install(FILES healpix_bare.hpp healpix_astrometry.hpp DESTINATION ${CMAKE_INSTALL_PREFIX}/include/morph/healpix)

0 comments on commit daf885f

Please sign in to comment.