We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b58aa3 commit 0387913Copy full SHA for 0387913
CMakeLists.txt
@@ -92,7 +92,7 @@ foreach(execid mnist network_save network_sync set_activation_function)
92
endforeach()
93
94
foreach(execid mnist mnist_epochs save_and_load simple sine)
95
- add_executable(example_${execid} examples/example_${execid}.f90)
+ add_executable(example_${execid} example/example_${execid}.f90)
96
target_link_libraries(example_${execid} neural ${LIBS})
97
add_test(example_${execid} bin/example_${execid})
98
0 commit comments