Select Git revision
CMakeLists.txt
CMakeLists.txt 273 B
# ------------------- Source files --------------------
add_library(PugsSchemeReconstructionUtils
ElementIntegralReconstructionMatrixBuilder.cpp
)
add_dependencies(
PugsUtils
PugsMesh
)
target_link_libraries(
PugsSchemeReconstructionUtils
${HIGHFIVE_TARGET}
)