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") ...@@ -19,15 +19,22 @@ if ("${BUILD_LIB}" STREQUAL "yes")
exprtk_wrap exprtk_wrap
PRIVATE PRIVATE
${EXPRTK_INCLUDE_DIR}
${EXPRTK_INCLUDE_DIR} ${Boost_INCLUDE_DIRS}
) )
target_link_libraries(
exprtk_wrap
PRIVATE
${Boost_LIBRARIES}
)
add_library(lib4neuro SHARED add_library(lib4neuro SHARED
Neuron/Neuron.cpp Neuron/Neuron.cpp
Neuron/NeuronBinary.cpp Neuron/NeuronBinary.cpp
Neuron/NeuronConstant.cpp Neuron/NeuronConstant.cpp
Neuron/NeuronLinear.cpp Neuron/NeuronLinear.cpp
Neuron/NeuronLogistic.cpp Neuron/NeuronLogistic.cpp
Network/NeuralNetwork.cpp Network/NeuralNetwork.cpp
Network/NeuralNetworkSum.cpp Network/NeuralNetworkSum.cpp
...@@ -51,7 +58,7 @@ if ("${BUILD_LIB}" STREQUAL "yes") ...@@ -51,7 +58,7 @@ if ("${BUILD_LIB}" STREQUAL "yes")
lib4neuro lib4neuro
PUBLIC PUBLIC
${ROOT_DIR}/include ${ROOT_DIR}/include
PRIVATE PRIVATE
${EXPRTK_INCLUDE_DIR} ${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