ResInsight/ThirdParty/Ert/libeclxx/CMakeLists.txt

6 lines
78 B
CMake

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