Skip to content

Commit

Permalink
Merge pull request #188 from godardma/capd_helpers
Browse files Browse the repository at this point in the history
Capd helpers
  • Loading branch information
SimonRohou authored Jan 21, 2025
2 parents dd5074d + 8ad75f7 commit 017286e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@

endif()

file(APPEND ${CODAC_CMAKE_CONFIG_FILE} "
set(CODAC_LIBRARIES \${CODAC_LIBRARIES} \${CODAC_GRAPHICS_LIBRARY} \${CODAC_CORE_LIBRARY})
")


install(FILES ${CODAC_CMAKE_CONFIG_FILE} DESTINATION ${CMAKE_INSTALL_CMAKE})

Expand Down

0 comments on commit 017286e

Please sign in to comment.