Files
ResInsight/ThirdParty/Ert/libecl_well/CMakeLists.txt

9 lines
147 B
CMake

add_subdirectory( src )
if (BUILD_APPLICATIONS)
add_subdirectory( applications )
endif()
if (BUILD_TESTS)
add_subdirectory( tests )
endif()