Skip to content

Instantly share code, notes, and snippets.

@tammojan
Created July 9, 2014 12:08
Show Gist options
  • Save tammojan/6884b7e6e43fdc24eab8 to your computer and use it in GitHub Desktop.
Save tammojan/6884b7e6e43fdc24eab8 to your computer and use it in GitHub Desktop.
Some header files are not installed
Index: synthesis/CMakeLists.txt
===================================================================
--- synthesis/CMakeLists.txt (revision 30403)
+++ synthesis/CMakeLists.txt (working copy)
@@ -538,6 +538,7 @@
install (FILES
TransformMachines/BeamSkyJones.h
TransformMachines/BeamSquint.h
+ TransformMachines/BeamCalc.h
TransformMachines/CFCache.h
TransformMachines/CFDefs.h
TransformMachines/CFStore.h
@@ -553,6 +554,7 @@
TransformMachines/WTerm.h
TransformMachines/FTMachine.h
TransformMachines/GridFT.h
+ TransformMachines/SetJyGridFT.h
TransformMachines/HetArrayConvFunc.h
TransformMachines/MosaicFT.h
TransformMachines/MultiTermFT.h
@@ -608,6 +610,7 @@
Utilities/FixVis.h
Utilities/ThreadCoordinator.h
Utilities/SpectralImageUtil.h
+ Utilities/SigHandler.h
DESTINATION include/casacode/synthesis/Utilities
)
casa_add_executable( synthesis casasplit apps/casasplit/casasplit.cc )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment