mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
11 lines
151 B
CMake
11 lines
151 B
CMake
add_subdirectory( src )
|
|
|
|
#if (BUILD_APPLICATONS)
|
|
# add_subdirectory( applications )
|
|
#endif()
|
|
|
|
if (BUILD_TESTS)
|
|
add_subdirectory( tests )
|
|
endif()
|
|
|