mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-23 15:03:27 -06:00
6 lines
78 B
CMake
6 lines
78 B
CMake
add_subdirectory( src )
|
|
|
|
if (BUILD_TESTS)
|
|
add_subdirectory( tests )
|
|
endif()
|