Skip to content

Commit

Permalink
Cmakelists updated
Browse files Browse the repository at this point in the history
  • Loading branch information
davidge807 committed Oct 20, 2022
1 parent a5187ba commit 4d6b948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opennn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(opennn)
add_library(opennn
adaptive_moment_estimation.cpp
bounding_layer.cpp
codification.cpp
conjugate_gradient.cpp
convolutional_layer.cpp
correlations.cpp
Expand Down Expand Up @@ -51,4 +52,4 @@ training_strategy.cpp
unit_testing.cpp
unscaling_layer.cpp
weighted_squared_error.cpp
)
)

0 comments on commit 4d6b948

Please sign in to comment.