Skip to content

Commit

Permalink
fix cmake for the 100th time
Browse files Browse the repository at this point in the history
  • Loading branch information
henrij22 committed May 14, 2024
1 parent 95492df commit 354d893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune/iga/geometrykernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ set(HEADERS
controlpoint.hh
findintersection.hh
geohelper.hh
makecirculararc.hh
makesurfaceofrevolution.hh
nurbspatchgeometry.hh
nurbspatchgeometrylocalview.hh
nurbspatchtransform.hh
slicecurve.hh
)

install(FILES
install(FILES ${HEADERS}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/iga/geometrykernel
)

0 comments on commit 354d893

Please sign in to comment.