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