Skip to content
Snippets Groups Projects
Commit 7032b906 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed dependencies for exprtk_wrap

parent efd01ebc
No related branches found
No related tags found
No related merge requests found
......@@ -19,15 +19,22 @@ if ("${BUILD_LIB}" STREQUAL "yes")
exprtk_wrap
PRIVATE
${EXPRTK_INCLUDE_DIR}
${EXPRTK_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
)
target_link_libraries(
exprtk_wrap
PRIVATE
${Boost_LIBRARIES}
)
add_library(lib4neuro SHARED
Neuron/Neuron.cpp
Neuron/NeuronBinary.cpp
Neuron/NeuronConstant.cpp
Neuron/NeuronLinear.cpp
Neuron/Neuron.cpp
Neuron/NeuronBinary.cpp
Neuron/NeuronConstant.cpp
Neuron/NeuronLinear.cpp
Neuron/NeuronLogistic.cpp
Network/NeuralNetwork.cpp
Network/NeuralNetworkSum.cpp
......@@ -51,7 +58,7 @@ if ("${BUILD_LIB}" STREQUAL "yes")
lib4neuro
PUBLIC
${ROOT_DIR}/include
${ROOT_DIR}/include
PRIVATE
${EXPRTK_INCLUDE_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment