Skip to content

Commit

Permalink
Add private include dir for ectrans_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Nov 3, 2023
1 parent dd1443a commit 3868b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trans/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ foreach( prec dp sp )
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src/trans/include/ectrans>
$<INSTALL_INTERFACE:include/ectrans>
$<INSTALL_INTERFACE:include>
PRIVATE_INCLUDES ${PROJECT_SOURCE_DIR}/src/trans/external
PUBLIC_LIBS fiat parkind_${prec}
)
ectrans_target_fortran_module_directory(
Expand Down

0 comments on commit 3868b8c

Please sign in to comment.