Revision 990a999635b37d02f18f913215eb14e6f4457360 authored by Lars Bilke on 02 February 2021, 13:27:35 UTC, committed by Lars Bilke on 03 February 2021, 12:21:40 UTC
1 parent 23bf464
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