Skip to content

Commit

Permalink
restore config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Nov 25, 2023
1 parent 2e25e9a commit 173d79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ libnnpdf/nnprofile.yaml
libnnpdf/scripts/nnpdf.pc
libnnpdf/src/NNPDF/common.h
libnnpdf/src/NNPDF/config.h
evolven3fit/evolven3fit.cc

# Created by https://www.gitignore.io/api/macos

Expand Down
5 changes: 5 additions & 0 deletions libnnpdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ set(exec_prefix "${prefix}")
set(includedir "${prefix}/include")
set(libdir "${prefix}/lib")

configure_file(
"${PROJECT_SOURCE_DIR}/libnnpdf/src/NNPDF/config.h.in"
"${PROJECT_SOURCE_DIR}/libnnpdf/src/NNPDF/config.h"
)

configure_file(
"${PROJECT_SOURCE_DIR}/libnnpdf/scripts/nnpdf.pc.in"
"${PROJECT_SOURCE_DIR}/libnnpdf/scripts/nnpdf.pc"
Expand Down

0 comments on commit 173d79f

Please sign in to comment.