mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Basic seismic support (#10010)
Add basic seismic section support to eclipse and geomech views.
This commit is contained in:
@@ -256,8 +256,10 @@ endif()
|
||||
|
||||
# According to ivarun rt is needed on OpenSuse, and Fedora. See:
|
||||
# https://github.com/OPM/ResInsight/pull/7
|
||||
#
|
||||
# atomic is needed by openzgy library
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
list(APPEND THIRD_PARTY_LIBRARIES rt)
|
||||
list(APPEND THIRD_PARTY_LIBRARIES rt atomic)
|
||||
endif()
|
||||
|
||||
set(LINK_LIBRARIES
|
||||
|
||||
@@ -274,6 +274,7 @@
|
||||
<file>DataVector.svg</file>
|
||||
<file>DataVectorCalculated.svg</file>
|
||||
<file>open-text-editor.svg</file>
|
||||
<file>Seismic16x16.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/Shader">
|
||||
<file>fs_CellFace.glsl</file>
|
||||
|
||||
BIN
ApplicationExeCode/Resources/Seismic16x16.png
Normal file
BIN
ApplicationExeCode/Resources/Seismic16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1015 B |
Reference in New Issue
Block a user