mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Initial commit of ResInsight version 0.4.8
This commit is contained in:
11
cafProjectDataModel/CMakeLists.txt
Normal file
11
cafProjectDataModel/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
project (cafProjectDataModel)
|
||||
|
||||
add_library( ${PROJECT_NAME}
|
||||
cafPdmObject.cpp
|
||||
cafPdmDocument.cpp
|
||||
cafPdmField.cpp
|
||||
cafPdmUiItem.cpp
|
||||
cafPdmPointer.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user