mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
6 lines
78 B
CMake
6 lines
78 B
CMake
|
add_subdirectory( src )
|
||
|
|
||
|
if (BUILD_TESTS)
|
||
|
add_subdirectory( tests )
|
||
|
endif()
|