ResInsight/ThirdParty/Ert/devel/libert_util/CMakeLists.txt
Magne Sjaastad 362dd50e9b Updated internal ERT
Copied ERT from

614a4295ad
2016-04-19 14:48:14 +02:00

8 lines
117 B
CMake

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