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

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

14 lines
280 B
CMake

if (BUILD_TESTS)
add_subdirectory( tests )
endif()
set( header_files
ert_unique_ptr.hpp
)
if (INSTALL_ERT)
foreach(header ${header_files})
install(FILES include/ert/util/${header} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/ert/util)
endforeach()
endif()