ResInsight/ThirdParty/Ert/devel/libert_util/CMakeLists.txt

8 lines
117 B
CMake
Raw Normal View History

add_subdirectory( include/ert/util )
add_subdirectory( src )
if (BUILD_TESTS)
add_subdirectory( tests )
endif()