Skip to content

Commit

Permalink
Merge pull request #3 from LIHPC-Computational-Geometry/upgrade_gmds_1
Browse files Browse the repository at this point in the history
Upgrade gmds
  • Loading branch information
lelandaisb authored Apr 25, 2024
2 parents bea9127 + a8c82e9 commit 401bbb4
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 398 deletions.
3 changes: 2 additions & 1 deletion src/GQGMDS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set (CURRENT_PACKAGE_NAME "GQGMDS")
set (CURRENT_PACKAGE_MACRO_NAME "GQGMDS")

find_package (GUIToolkitsVariables)
find_package (Lima REQUIRED)

include (${CMAKE_SOURCE_DIR}/cmake/version.cmake)
include (${GUIToolkitsVariables_CMAKE_DIR}/common.cmake)
Expand All @@ -24,7 +25,7 @@ target_include_directories (GQGMDS PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOUR
target_compile_definitions (GQGMDS PUBLIC ${GQGMDS_PUBLIC_FLAGS})
target_compile_definitions (GQGMDS PRIVATE ${GQGMDS_PRIVATE_FLAGS})
target_compile_options (GQGMDS PRIVATE ${SHARED_CFLAGS}) # Requested by Qt ...
target_link_libraries (GQGMDS PUBLIC gmds GQualif)
target_link_libraries (GQGMDS PUBLIC GMDSIg GMDSIo GQualif)
# Etre capable une fois installée de retrouver TkUtil, Qualif*, ... :
# (Rem : en son absence on a Set runtime path of "/tmp/pignerol/install/lib/libGQGMDS.so.5.0.0" to "") ...
set_target_properties (GQGMDS PROPERTIES INSTALL_RPATH_USE_LINK_PATH 1)
Expand Down
Loading

0 comments on commit 401bbb4

Please sign in to comment.