Skip to content

Commit

Permalink
Reorder headers
Browse files Browse the repository at this point in the history
  • Loading branch information
egorzhdan committed Mar 15, 2017
1 parent b9f9045 commit f46b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.modulemap
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module CGSL [system] {
header "/usr/local/include/gsl/gsl_math.h"
header "/usr/local/include/gsl/gsl_sys.h"
header "/usr/local/include/gsl/gsl_inline.h"
header "/usr/local/include/gsl/gsl_machine.h"
header "/usr/local/include/gsl/gsl_precision.h"
header "/usr/local/include/gsl/gsl_nan.h"
header "/usr/local/include/gsl/gsl_pow_int.h"
header "/usr/local/include/gsl/gsl_minmax.h"
header "/usr/local/include/gsl/gsl_math.h"
link "gsl"
export *
}

0 comments on commit f46b1ec

Please sign in to comment.