We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25796df commit 8bb390dCopy full SHA for 8bb390d
src/Core/CMakeLists.txt
@@ -104,6 +104,7 @@ if (USE_GMSH)
104
target_compile_definitions (Core PRIVATE "-DUSE_GMSH")
105
endif()
106
if (SEPA3D)
107
+ pkg_check_modules (GLIB2 REQUIRED IMPORTED_TARGET glib-2.0)
108
target_include_directories (Core PUBLIC ${SEPARATRICE3D_INCLUDE_DIR})
109
endif (SEPA3D)
110
target_link_libraries (Core PUBLIC ${CORE_OPTIONAL_LIBRARIES_LIST} Mesquite::Mesquite cgns::cgns PkgConfig::GTS GMDSIg GMDSIo GMDSAero)
0 commit comments