mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-12 00:16:10 -06:00
15 lines
237 B
CMake
15 lines
237 B
CMake
include(cmake/ert_module.cmake)
|
|
|
|
add_subdirectory( script )
|
|
add_subdirectory( src )
|
|
add_subdirectory( modules )
|
|
|
|
|
|
if (BUILD_APPLICATIONS)
|
|
add_subdirectory( applications )
|
|
endif()
|
|
|
|
if (BUILD_TESTS)
|
|
add_subdirectory( tests )
|
|
endif()
|