mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
362dd50e9b
Copied ERT from
614a4295ad
8 lines
117 B
CMake
8 lines
117 B
CMake
add_subdirectory( include/ert/util )
|
|
|
|
add_subdirectory( src )
|
|
if (BUILD_TESTS)
|
|
add_subdirectory( tests )
|
|
endif()
|
|
|