https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0b0185727c522808e5f8a142230ec9c358d16859 authored by Lars Bilke on 21 October 2020, 07:46:35 UTC
drop: test ubuntu.
Tip revision: 0b01857
CMakeLists.txt
# Source files
get_source_files(SOURCES)

ogs_add_library(ParameterLib ${SOURCES})

include(GenerateExportHeader)
generate_export_header(ParameterLib)
target_include_directories(ParameterLib PUBLIC ${CMAKE_CURRENT_BINARY_DIR})

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