swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 72c457b79d7d3c36bfcc17ea947171f494d1f7e0 authored by Lars Bilke on 19 March 2021, 08:14:25 UTC
[cmake] Refacotred python requirement of TESPy.
Tip revision: 72c457b
CMakeLists.txt
# Source files
get_source_files(SOURCES)

# Create the library
ogs_add_library(MeshGeoToolsLib ${SOURCES})

target_link_libraries(
    MeshGeoToolsLib PUBLIC GeoLib MathLib PRIVATE BaseLib MeshLib
                                                  spdlog::spdlog
)
back to top