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