Skip to content

Commit 234b891

Browse files
authored
🔨 Added missing source files for CMake build
1 parent 3d8d9d3 commit 234b891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ set( CMAKE_BUILD_TYPE "Release"
4545
enable_language(Fortran)
4646

4747
set( SOURCES
48+
src/bspline_blas_module.F90
49+
src/bspline_defc_module.F90
4850
src/bspline_kinds_module.F90
4951
src/bspline_module.f90
5052
src/bspline_oo_module.f90

0 commit comments

Comments
 (0)