Skip to content
Snippets Groups Projects
Commit a1ef1ef6 authored by David Vojtek's avatar David Vojtek
Browse files

Fix of CMakeLists

parent eaa85f4d
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,6 @@ target_link_libraries(dataset_test boost_unit_test 4neuro)
add_executable(errorfunction_test tests/ErrorFunctions_test.cpp)
target_link_libraries(errorfunction_test boost_unit_test 4neuro)
add_executable(functioncosine_test tests/Graph_Elemetary_Functions_Function_Cosine_test.cpp)
target_link_libraries(functioncosine_test boost_unit_test 4neuro)
add_executable(particle_swarm_test tests/ParticleSwarm_test.cpp)
target_link_libraries(particle_swarm_test boost_unit_test 4neuro)
......
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