mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
11 lines
185 B
CMake
11 lines
185 B
CMake
add_subdirectory( include/ert/util )
|
|
|
|
add_subdirectory( src )
|
|
if (BUILD_TESTS)
|
|
add_subdirectory( tests )
|
|
endif()
|
|
|
|
if (BUILD_APPLICATIONS)
|
|
add_subdirectory( applications )
|
|
endif()
|