Skip to content

Commit

Permalink
Patch add cmake install of AddClad.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored and vgvassilev committed May 30, 2024
1 parent 068e6b4 commit d441359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
PATTERN "*.inc"
)

install(FILES cmake/modules/AddClad.cmake
DESTINATION lib/cmake/clad
)

add_definitions( -D_GNU_SOURCE
-DCLAD_SRCDIR_INCL="${CLAD_SOURCE_DIR}/include"
-DCLAD_INSTDIR_INCL="${CLAD_BINARY_DIR}/include" )
Expand Down

0 comments on commit d441359

Please sign in to comment.