Skip to content

Commit 11658b8

Browse files
authored
Merge pull request #9 from DCM-UPB/config_ffnn_path
Adapted the config template to changed ffnn lib location
2 parents b8c6768 + e06e5a8 commit 11658b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config_template.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ OPTFLAGS="-O3 -flto"
1616
DEBUGFLAGS="-g -O0"
1717

1818
#FFNN Library (used in ex3)
19-
FFNN_FOLDER="/...../FeedForwardNeuralNetwork"
20-
IFFNN="-I${FFNN_FOLDER}/include/"
19+
FFNN_FOLDER="/...../FeedForwardNeuralNetwork/lib/.libs"
20+
IFFNN="-I${FFNN_FOLDER}/../../include/"
2121
LFFNN="-L${FFNN_FOLDER}"
2222
LIBNAMEFFNN="ffnn"
2323
LIBFFNN="-lffnn"

0 commit comments

Comments
 (0)