Skip to content

Commit

Permalink
[IMPV] Includes are given as relative path from current file directory
Browse files Browse the repository at this point in the history
  • Loading branch information
miEsMar committed Dec 26, 2024
1 parent 3233ec8 commit faead14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion BsaLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ set_target_properties( ${project} PROPERTIES
DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}
)

target_include_directories( ${project} AFTER PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src/CONSTANTS )


# # TODO: experimental
Expand Down
2 changes: 1 addition & 1 deletion BsaLib/src/BsaLib.F90
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module BsaLib
public


#include "_CONSTANTS.F90"
#include "CONSTANTS/_CONSTANTS.F90"


interface bsa_exportBRdecomp
Expand Down
2 changes: 1 addition & 1 deletion docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ src_dir: ./BsaLib/src
output_dir: ./docs
exclude_dir: BsaLib/src/*
preprocess: true
preprocessor: ifort /E /I:.\BsaLib\src\CONSTANTS\
preprocessor: ifort /E /I:.\BsaLib\src
predocmark: >
docmark_alt: #
predocmark_alt: <
Expand Down

0 comments on commit faead14

Please sign in to comment.