mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 13:29:08 -06:00
5 lines
94 B
CMake
5 lines
94 B
CMake
if(NOT TARGET pybind11)
|
|
add_subdirectory( pybind11 )
|
|
endif()
|
|
add_subdirectory( simulators )
|