Revision 7898235958939b9d7a440b6768fd570ff7c4b025 authored by Jaime Garibay on 10 December 2020, 10:07:40 UTC, committed by Jaime Garibay on 15 December 2020, 12:56:58 UTC
1 parent 391bbd1
Raw File
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