|
Lines 164-170
MACRO(GEANT4_LIBRARY_TARGET)
Link Here
|
| 164 |
# Because externals like clhep appear in G4LIBTARGET_LINK_LIBRARIES, |
164 |
# Because externals like clhep appear in G4LIBTARGET_LINK_LIBRARIES, |
| 165 |
# filter this list to replace shared builtins with their static variant |
165 |
# filter this list to replace shared builtins with their static variant |
| 166 |
string(REGEX REPLACE |
166 |
string(REGEX REPLACE |
| 167 |
"(G4clhep|G4expat|G4zlib)(;|$)" "\\1-static\\2" |
167 |
"(G4clhep|G4expat|G4zlib|G4geomUSolids)(;|$)" "\\1-static\\2" |
| 168 |
G4LIBTARGET_LINK_LIBRARIES_STATIC |
168 |
G4LIBTARGET_LINK_LIBRARIES_STATIC |
| 169 |
"${G4LIBTARGET_LINK_LIBRARIES}" |
169 |
"${G4LIBTARGET_LINK_LIBRARIES}" |
| 170 |
) |
170 |
) |