Skip to content

Commit 1b0646a

Browse files
authored
Fix CMake build; Co-authored-by: jvo203 <[email protected]> (#110)
1 parent 9bbd70f commit 1b0646a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ include(cmake/json.cmake)
2424
# library to archive (libneural.a)
2525
add_library(neural
2626
src/nf.f90
27-
src/nf/nf_activation.f90
27+
src/nf/nf_activation_1d.f90
28+
src/nf/nf_activation_3d.f90
2829
src/nf/nf_base_layer.f90
29-
src/nf/nf_base_layer_submodule.f90
3030
src/nf/nf_conv2d_layer.f90
3131
src/nf/nf_conv2d_layer_submodule.f90
3232
src/nf/nf_datasets.f90

0 commit comments

Comments
 (0)